linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-28 12:16:01 to 2020-05-07 14:08:13 UTC [more...]

[RFC PATCH v2 00/23] Share events between metrics
 2020-05-07 14:08 UTC  (18+ messages)
` [RFC PATCH v2 01/23] perf expr: unlimited escaped characters in a symbol
` [RFC PATCH v2 02/23] perf metrics: fix parse errors in cascade lake metrics
` [RFC PATCH v2 03/23] perf metrics: fix parse errors in skylake metrics
` [RFC PATCH v2 04/23] perf expr: allow ',' to be an other token
` [RFC PATCH v2 05/23] perf expr: increase max other
` [RFC PATCH v2 06/23] perf expr: parse numbers as doubles
` [RFC PATCH v2 07/23] perf expr: debug lex if debugging yacc
` [RFC PATCH v2 08/23] perf metrics: fix parse errors in power8 metrics
` [RFC PATCH v2 09/23] perf metrics: fix parse errors in power9 metrics
` [RFC PATCH v2 10/23] perf expr: print a debug message for division by zero
` [RFC PATCH v2 11/23] perf parse-events: expand add PMU error/verbose messages
` [RFC PATCH v2 12/23] perf test: improve pmu event metric testing
` [RFC PATCH v2 13/23] lib/bpf hashmap: increase portability
` [RFC PATCH v2 14/23] libbpf: Fix memory leak and possible double-free in hashmap__clear
` [RFC PATCH v2 15/23] perf expr: fix memory leaks in bison
` [RFC PATCH v2 16/23] perf evsel: fix 2 memory leaks
` [RFC PATCH v2 17/23] perf expr: migrate expr ids table to libbpf's hashmap

[RFC PATCH 0/7] Share events between metrics
 2020-05-07 13:49 UTC  (9+ messages)
` [RFC PATCH 1/7] perf expr: migrate expr ids table to libbpf's hashmap
` [RFC PATCH 2/7] perf metricgroup: change evlist_used to a bitmap
` [RFC PATCH 3/7] perf metricgroup: free metric_events on error
` [RFC PATCH 4/7] perf metricgroup: always place duration_time last
` [RFC PATCH 5/7] perf metricgroup: delay events string creation
` [RFC PATCH 6/7] perf metricgroup: order event groups by size
` [RFC PATCH 7/7] perf metricgroup: remove duped metric group events

[PATCH v4 00/12] perf metric fixes and test
 2020-05-07  8:44 UTC  (19+ messages)
` [PATCH v4 01/12] perf expr: unlimited escaped characters in a symbol
` [PATCH v4 02/12] perf metrics: fix parse errors in cascade lake metrics
` [PATCH v4 03/12] perf metrics: fix parse errors in skylake metrics
` [PATCH v4 04/12] perf expr: allow ',' to be an other token
` [PATCH v4 05/12] perf expr: increase max other
` [PATCH v4 06/12] perf expr: parse numbers as doubles
` [PATCH v4 07/12] perf expr: debug lex if debugging yacc
` [PATCH v4 08/12] perf metrics: fix parse errors in power8 metrics
` [PATCH v4 09/12] perf metrics: fix parse errors in power9 metrics
` [PATCH v4 10/12] perf expr: print a debug message for division by zero
` [PATCH v4 11/12] perf parse-events: expand add PMU error/verbose messages
` [PATCH v4 12/12] perf test: improve pmu event metric testing

[PATCH v2 00/11] perf metric fixes and test
 2020-05-06 22:52 UTC  (5+ messages)
` [PATCH v2 05/11] perf expr: increase max other

[GIT PULL] perf/core improvements and fixes
 2020-05-06 15:22 UTC  (92+ messages)
` [PATCH 01/91] perf cgroup: Avoid needless closing of unopened fd
` [PATCH 02/91] perf bench: Fix div-by-zero if runtime is zero
` [PATCH 03/91] perf evlist: Remove duplicate headers
` [PATCH 04/91] perf script: Avoid NULL dereference on symbol
` [PATCH 05/91] perf stat: Zero all the 'ena' and 'run' array slot stats for interval mode
` [PATCH 06/91] perf stat: Improve runtime stat "
` [PATCH 07/91] perf test session topology: Fix data path
` [PATCH 08/91] perf record: Add num-synthesize-threads option
` [PATCH 09/91] perf bench: Add a multi-threaded synthesize benchmark
` [PATCH 10/91] tools api: Add a lightweight buffered reading api
` [PATCH 11/91] perf synthetic events: Remove use of sscanf from /proc reading
` [PATCH 12/91] perf script: Remove extraneous newline in perf_sample__fprintf_regs()
` [PATCH 13/91] libtraceevent: Remove unneeded semicolon
` [PATCH 14/91] perf c2c: "
` [PATCH 15/91] perf tools: Remove unneeded semicolons
` [PATCH 16/91] perf report: Fix warning assignment of 0/1 to bool variable
` [PATCH 17/91] perf pmu: Fix function name in comment, its get_cpuid_str(), not get_cpustr()
` [PATCH 18/91] perf metricgroups: Enhance JSON/metric infrastructure to handle "?"
` [PATCH 19/91] perf tests expr: Added test for runtime param in metric expression
` [PATCH 20/91] perf tools: Enable Hz/hz prinitg for --metric-only option
` [PATCH 21/91] perf vendor events power9: Add hv_24x7 socket/chip level metric events
` [PATCH 22/91] perf tools: Move routines that probe for perf API features to separate file
` [PATCH 23/91] perf record: Move sb_evlist to 'struct record'
` [PATCH 24/91] perf top: Move sb_evlist to 'struct perf_top'
` [PATCH 25/91] perf bpf: Decouple creating the evlist from adding the SB event
` [PATCH 26/91] perf parse-events: Add parse_events_option() variant that creates evlist
` [PATCH 27/91] perf evlist: Move the sideband thread routines to separate object
` [PATCH 28/91] perf evlist: Allow reusing the side band thread for more purposes
` [PATCH 29/91] libsubcmd: Introduce OPT_CALLBACK_SET()
` [PATCH 30/91] perf record: Introduce --switch-output-event
` [PATCH 31/91] perf record: Move side band evlist setup to separate routine
` [PATCH 32/91] libperf: Add NULL pointer check for cpu_map iteration and NULL assignment for all_cpus
` [PATCH 33/91] perf parse-events: Fix memory leaks found on parse_events
` [PATCH 34/91] "
` [PATCH 35/91] perf parse-events: Fix another memory leaks found on parse_events()
` [PATCH 36/91] libperf evlist: Fix a refcount leak
` [PATCH 37/91] perf tools: Fix reading new topology attribute "core_cpus"
` [PATCH 38/91] perf tools: Simplify checking if SMT is active
` [PATCH 39/91] perf thread-stack: Add branch stack support
` [PATCH 40/91] perf intel-pt: Consolidate thread-stack use condition
` [PATCH 41/91] perf intel-pt: Change branch stack support to use thread-stacks
` [PATCH 42/91] perf auxtrace: Add option to synthesize branch stack for regular events
` [PATCH 43/91] perf evsel: Add support for synthesized branch stack sample type
` [PATCH 44/91] perf thread-stack: Add thread_stack__br_sample_late()
` [PATCH 45/91] perf intel-pt: Add support for synthesizing branch stacks for regular events
` [PATCH 46/91] perf intel-pt: Update documentation about itrace G and L options
` [PATCH 47/91] perf intel-pt: Update documentation about using /proc/kcore
` [PATCH 48/91] perf evsel: Rename 'struct perf_evsel__sb_cb_t' to 'struct evsel__sb_cb_t'
` [PATCH 49/91] perf evsel: Rename perf_evsel__nr_cpus() to evsel__nr_cpus()
` [PATCH 50/91] perf evsel: Rename perf_evsel__compute_deltas() to evsel__compute_deltas()
` [PATCH 51/91] perf evsel: Rename perf_evsel__find_pmu() to evsel__find_pmu()
` [PATCH 52/91] perf evsel: Rename perf_evsel__is_aux_event() to evsel__is_aux_event()
` [PATCH 53/91] perf evsel: Rename perf_evsel__exit() to evsel__exit()
` [PATCH 54/91] perf evsel: Rename perf_evsel__config*() to evsel__config*()
` [PATCH 55/91] perf evsel: Rename perf_evsel__calc_id_pos() to evsel__calc_id_pos()
` [PATCH 56/91] perf evsel: Rename __perf_evsel__sample_size() to __evsel__sample_size()
` [PATCH 57/91] perf evsel: Rename *perf_evsel__*name() to *evsel__*name()
` [PATCH 58/91] perf evsel: Rename perf_evsel__group_desc() to evsel__group_desc()
` [PATCH 59/91] perf evsel: Rename *perf_evsel__*set_sample_*() to *evsel__*set_sample_*()
` [PATCH 60/91] perf evsel: Rename perf_evsel__*filter*() to evsel__*filter*()
` [PATCH 61/91] perf evsel: Rename perf_evsel__open_per_*() to evsel__open_per_*()
` [PATCH 62/91] perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field metehods to to evsel__*()
` [PATCH 63/91] perf mem2node: Avoid double free related to realloc
` [PATCH 64/91] perf doc: Pass ASCIIDOC_EXTRA as an argument
` [PATCH 65/91] tools feature: Add support for detecting libpfm4
` [PATCH 66/91] perf pmu: Add perf_pmu__find_by_type helper
` [PATCH 67/91] perf evsel: Rename perf_evsel__is_*() to evsel__is*()
` [PATCH 68/91] perf evsel: Ditch perf_evsel__cmp(), not used for quite a while
` [PATCH 69/91] perf evsel: Rename *perf_evsel__read*() to *evsel__read()
` [PATCH 70/91] perf evsel: Rename perf_evsel__parse_sample*() to evsel__parse_sample*()
` [PATCH 71/91] perf evsel: Rename perf_evsel__{prev,next}() to evsel__{prev,next}()
` [PATCH 72/91] perf evsel: Rename perf_evsel__has*() to evsel__has*()
` [PATCH 73/91] perf evsel: Rename perf_evsel__fallback() to evsel__fallback()
` [PATCH 74/91] perf evsel: Rename perf_evsel__group_idx() to evsel__group_idx()
` [PATCH 75/91] perf evsel: Rename perf_evsel__env() to evsel__env()
` [PATCH 76/91] perf evsel: Rename perf_evsel__store_ids() to evsel__store_id()
` [PATCH 77/91] perf stat: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()
` [PATCH 78/91] perf kmem: "
` [PATCH 79/91] perf lock: "
` [PATCH 80/91] perf sched: "
` [PATCH 81/91] perf script: "
` [PATCH 82/91] perf trace: "
` [PATCH 83/91] perf annotate: "
` [PATCH 84/91] perf inject: "
` [PATCH 85/91] perf symbol: Fix kernel symbol address display
` [PATCH 86/91] perf: cs-etm: Update to build with latest opencsd version
` [PATCH 87/91] perf bench: Add kallsyms parsing
` [PATCH 88/91] libsymbols kallsyms: Parse using io api
` [PATCH 89/91] libsymbols kallsyms: Move hex2u64 out of header
` [PATCH 90/91] perf cs-etm: Move definition of 'traceid_list' global variable from header file
` [PATCH 91/91] perf flamegraph: Use /bin/bash for report and record scripts

[PATCH v2] perf stat: Fix the ratio comments of miss-events
 2020-05-06 12:24 UTC 

[PATCH v7 0/5] powerpc/hv-24x7: Expose chip/sockets info to add json file metric support for the hv_24x7 socket/chip level events
 2020-05-06  9:53 UTC  (16+ messages)
` [PATCH v7 1/5] powerpc/perf/hv-24x7: Fix inconsistent output values incase multiple hv-24x7 events run
` [PATCH v7 2/5] powerpc/hv-24x7: Add rtas call in hv-24x7 driver to get processor details
` [PATCH v7 3/5] powerpc/hv-24x7: Add sysfs files inside hv-24x7 device to show "
` [PATCH v7 5/5] powerpc/hv-24x7: Update post_mobility_fixup() to handle migration

[PATCH v12 4/4] perf tools: add support for libpfm4
 2020-05-05 18:31 UTC  (3+ messages)

[GIT PULL] perf/core improvements and fixes
 2020-05-05 17:03 UTC  (9+ messages)

[PATCH v3 00/12] perf metric fixes and test
 2020-05-01 17:39 UTC  (18+ messages)
` [PATCH v3 01/12] perf expr: unlimited escaped characters in a symbol
` [PATCH v3 02/12] perf metrics: fix parse errors in cascade lake metrics
` [PATCH v3 03/12] perf metrics: fix parse errors in skylake metrics
` [PATCH v3 04/12] perf expr: allow ',' to be an other token
` [PATCH v3 05/12] perf expr: increase max other
` [PATCH v3 06/12] perf expr: parse numbers as doubles
` [PATCH v3 07/12] perf expr: debug lex if debugging yacc
` [PATCH v3 08/12] perf metrics: fix parse errors in power8 metrics
` [PATCH v3 09/12] perf metrics: fix parse errors in power9 metrics
` [PATCH v3 10/12] perf expr: print a debug message for division by zero
` [PATCH v3 11/12] perf parse-events: expand add PMU error/verbose messages
` [PATCH v3 12/12] perf test: improve pmu event metric testing

[PATCH v8 0/7] powerpc/perf: Add json file metric support for the hv_24x7 socket/chip level events
 2020-05-01 15:56 UTC  (5+ messages)
` [PATCH v8 4/7] perf/tools: Enhance JSON/metric infrastructure to handle "?"

[RFC PATCHSET v2] Implement --switch-output-event
 2020-05-01 11:31 UTC  (15+ messages)
` [PATCH 1/8] perf record: Move sb_evlist to 'struct record'
` [PATCH 2/8] perf top: Move sb_evlist to 'struct perf_top'
` [PATCH 3/8] perf bpf: Decouple creating the evlist from adding the SB event
` [PATCH 4/8] perf parse-events: Add parse_events_option() variant that creates evlist
` [PATCH 5/8] perf evlist: Allow reusing the side band thread for more purposes
` [PATCH 6/8] libsubcmd: Introduce OPT_CALLBACK_SET()
` [PATCH 7/8] perf record: Introduce --switch-output-event
` [PATCH 8/8] perf record: Move side band evlist setup to separate routine

[PATCH v6] perf tools: add support for libpfm4
 2020-04-29 16:59 UTC  (2+ messages)

[RFC PATCHSET] Implement --switch-output-events
 2020-04-29  8:18 UTC  (10+ messages)
` [PATCH 4/7] perf bpf: Decouple creating the evlist from adding the SB event
` [PATCH 7/7] perf record: Introduce --switch-output-event


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).