linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-06 15:21:25 to 2020-05-20 18:20:06 UTC [more...]

[PATCH v2 0/7] Share events between metrics
 2020-05-20 18:20 UTC  (3+ messages)
` [PATCH v2 1/7] perf metricgroup: Always place duration_time last
` [PATCH v2 2/7] perf metricgroup: Use early return in add_metric

[PATCH 0/7] Share events between metrics
 2020-05-20 16:50 UTC  (15+ messages)
` [PATCH 1/7] perf metricgroup: Change evlist_used to a bitmap
` [PATCH 2/7] perf metricgroup: Always place duration_time last
` [PATCH 3/7] perf metricgroup: Delay events string creation
` [PATCH 4/7] perf metricgroup: Order event groups by size
` [PATCH 5/7] perf metricgroup: Remove duped metric group events
` [PATCH 6/7] perf metricgroup: Add options to not group or merge
` [PATCH 7/7] perf metricgroup: Remove unnecessary ',' from events

[PATCH v2] perf config: Add stat.big-num support
 2020-05-20 16:23 UTC 

[PATCH] perf record: Use an eventfd to wakeup when done
 2020-05-20 15:47 UTC  (10+ messages)
` [PATCH v3] "

[PATCH] perf config: Add stat.big-num support
 2020-05-20 15:37 UTC  (2+ messages)

[PATCH] perf bpf-loader: Add missing '*' for key_scan_pos
 2020-05-20 14:30 UTC  (5+ messages)

[RFC PATCH v3 00/14] Share events between metrics
 2020-05-20  7:46 UTC  (24+ messages)
` [RFC PATCH v3 01/14] perf parse-events: expand add PMU error/verbose messages
` [RFC PATCH v3 02/14] perf test: improve pmu event metric testing
` [RFC PATCH v3 03/14] lib/bpf hashmap: increase portability
` [RFC PATCH v3 04/14] libbpf: Fix memory leak and possible double-free in hashmap__clear
` [RFC PATCH v3 05/14] perf expr: fix memory leaks in bison
` [RFC PATCH v3 06/14] perf evsel: fix 2 memory leaks
` [RFC PATCH v3 07/14] perf expr: migrate expr ids table to libbpf's hashmap
` [RFC PATCH v3 08/14] perf metricgroup: change evlist_used to a bitmap
` [RFC PATCH v3 09/14] perf metricgroup: free metric_events on error
` [RFC PATCH v3 10/14] perf metricgroup: always place duration_time last
` [RFC PATCH v3 11/14] perf metricgroup: delay events string creation
` [RFC PATCH v3 12/14] perf metricgroup: order event groups by size
` [RFC PATCH v3 13/14] perf metricgroup: remove duped metric group events
` [RFC PATCH v3 14/14] perf metricgroup: add options to not group or merge

[PATCH v3] perf record: add dummy event during system wide synthesis
 2020-05-20  5:59 UTC  (5+ messages)

[PATCH] perf stat: POWER9 metrics: expand "ICT" acronym
 2020-05-20  1:44 UTC  (2+ messages)

[PATCH 0/2] perf: Fix POWER9 cpi_breakdown metricgroup
 2020-05-16 12:03 UTC  (14+ messages)
` [PATCH 1/2] perf: Fix POWER9 metric 'lsu_other_stall_cpi'
` [PATCH 2/2] perf: Add missing metrics to POWER9 'cpi_breakdown'

[PATCH v4] tools/perf/metricgroup: Fix printing event names of metric group with multiple events incase of overlapping events
 2020-05-13  8:08 UTC  (12+ messages)
          ` [RFC] Issue in final aggregate value, in case of multiple events present in metric expression

[PATCH v4 00/12] perf metric fixes and test
 2020-05-13  6:32 UTC  (6+ messages)

[RFC PATCHSET v2] Implement --switch-output-event
 2020-05-11 15:04 UTC  (4+ messages)
` [PATCH 7/8] perf record: Introduce --switch-output-event

[RFC PATCH 0/7] Share events between metrics
 2020-05-08  5:43 UTC  (14+ 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

[RFC PATCH v2 00/23] Share events between metrics
 2020-05-07 14:08 UTC  (24+ 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 v2 18/23] perf metricgroup: change evlist_used to a bitmap
` [RFC PATCH v2 19/23] perf metricgroup: free metric_events on error
` [RFC PATCH v2 20/23] perf metricgroup: always place duration_time last
` [RFC PATCH v2 21/23] perf metricgroup: delay events string creation
` [RFC PATCH v2 22/23] perf metricgroup: order event groups by size
` [RFC PATCH v2 23/23] perf metricgroup: remove duped metric group events

[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  (71+ messages)
` [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


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).