linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-06 11:20:02 to 2020-11-30 15:56:02 UTC [more...]

[PATCH] perf tools: add aarch64 registers to --user-regs
 2020-11-30 15:54 UTC  (2+ messages)

[PATCH v6 00/12] perf tools: fix perf stat with large socket IDs
 2020-11-30 14:33 UTC  (14+ messages)
` [PATCH v6 01/12] perf tools: Improve topology test
` [PATCH v6 02/12] perf tools: Use allocator for perf_cpu_map
` [PATCH v6 03/12] perf tools: Add new struct for cpu aggregation
` [PATCH v6 04/12] perf tools: Replace aggregation ID with a struct
` [PATCH v6 05/12] perf tools: add new map type for aggregation
` [PATCH v6 06/12] perf tools: drop in cpu_aggr_map struct
` [PATCH v6 07/12] perf tools: Start using cpu_aggr_id in map
` [PATCH v6 08/12] perf tools: Add separate node member
` [PATCH v6 09/12] perf tools: Add separate socket member
` [PATCH v6 10/12] perf tools: Add separate die member
` [PATCH v6 11/12] perf tools: Add separate core member
` [PATCH v6 12/12] perf tools: Add separate thread member

[PATCH] perf test: Fix metric parsing test
 2020-11-30 12:10 UTC  (3+ messages)

[GIT PULL] perf tools fixes for v5.10: 4th batch
 2020-11-28 22:15 UTC  (2+ messages)

libdw dwarf unwind issue
 2020-11-28  4:07 UTC  (3+ messages)

Fedora 33 and perf probe failures
 2020-11-27 17:36 UTC  (11+ messages)
        ` [PATCH 1/2] perf-probe: Fix to die_entrypc() returns error correctly
        ` [PATCH 2/2] perf-probe: Change function definition check due to broken dwarf

[BUG] perf probe can't remove probes
 2020-11-26 17:26 UTC  (3+ messages)

[PATCH v5 00/12] perf tools: fix perf stat with large socket IDs
 2020-11-26 13:46 UTC  (15+ messages)
` [PATCH v5 01/12] perf tools: Improve topology test
` [PATCH v5 02/12] perf tools: Use allocator for perf_cpu_map
` [PATCH v5 03/12] perf tools: Add new struct for cpu aggregation
` [PATCH v5 04/12] perf tools: Replace aggregation ID with a struct
` [PATCH v5 05/12] perf tools: add new map type for aggregation
` [PATCH v5 06/12] perf tools: drop in cpu_aggr_map struct
` [PATCH v5 07/12] perf tools: Start using cpu_aggr_id in map
` [PATCH v5 08/12] perf tools: Add separate node member
` [PATCH v5 09/12] perf tools: Add separate socket member
` [PATCH v5 10/12] perf tools: Add separate die member
` [PATCH v5 11/12] perf tools: Add separate core member
` [PATCH v5 12/12] perf tools: Add separate thread member

[PATCH] perf inject: correct event attribute sizes
 2020-11-24 19:58 UTC 

[PATCH] perf test: Omit test 68 for s390
 2020-11-24  9:34 UTC  (4+ messages)
` [PATCH] perf test: Skip test 68 for Powerpc

[PATCH v3 0/5] Don't compute events that won't be used in a metric
 2020-11-23  5:46 UTC  (7+ messages)
` [PATCH v3 1/5] perf metric: Restructure struct expr_parse_ctx
` [PATCH v3 2/5] perf metric: Use NAN for missing event IDs
` [PATCH v3 3/5] perf metric: Rename expr__find_other
` [PATCH v3 4/5] perf metric: Add utilities to work on ids map
` [PATCH v3 5/5] perf metric: Don't compute unused events

[PATCH v2 0/5] Don't compute events that won't be used in a metric
 2020-11-20 19:35 UTC  (9+ messages)
` [PATCH v2 1/5] perf metric: Restructure struct expr_parse_ctx
` [PATCH v2 2/5] perf metric: Use NAN for missing event IDs
` [PATCH v2 3/5] perf metric: Rename expr__find_other
` [PATCH v2 4/5] perf metric: Add utilities to work on ids map
` [PATCH v2 5/5] perf metric: Don't compute unused events

[PATCH v5] perf_event_open.2: Update man page with recent changes
 2020-11-17 23:38 UTC  (2+ messages)

[GIT PULL] perf tools fixes for v5.10: 3rd batch
 2020-11-17 19:34 UTC  (2+ messages)

[PATCH V2 2/3] perf tools: Replace aggregation ID with a struct
 2020-11-17 15:53 UTC  (6+ messages)
      ` [PATCH V2 3/3] perf tools: fix perf stat with large socket IDs

[PATCH 00/13 v4] perf tools: fix perf stat with large socket IDs
 2020-11-17 14:53 UTC  (23+ messages)
` [PATCH 01/13 v4] perf tools: Improve topology test
` [PATCH 02/13 v4] perf tools: Use allocator for perf_cpu_map
` [PATCH 03/13 v4] perf tools: Add new struct for cpu aggregation
` [PATCH 04/13 v4] perf tools: Replace aggregation ID with a struct
` [PATCH 05/13 v4] perf tools: add new map type for aggregation
` [PATCH 06/13 v4] perf tools: drop in cpu_aggr_map struct
` [PATCH 07/13 v4] perf tools: restrict visibility of functions
` [PATCH 08/13 v4] perf tools: Start using cpu_aggr_id in map
` [PATCH 09/13 v4] perf tools: Add separate node member
` [PATCH 10/13 v4] perf tools: Add separate socket member
` [PATCH 11/13 v4] perf tools: Add separate die member
` [PATCH 12/13 v4] perf tools: Add separate core member
` [PATCH 13/13 v4] perf tools: add thread field

[PATCH] perf_event_open.2: Update man page with recent changes
 2020-11-16 19:22 UTC  (7+ messages)
` [PATCH v2] "
      ` [PATCH v3] "
        ` [PATCH v4] "

[PATCH] perf inject corrupts file by deleting event
 2020-11-16 16:59 UTC  (5+ messages)

[PATCH 0/5] Don't compute events that won't be used in a metric
 2020-11-13 23:34 UTC  (7+ messages)
` [PATCH 1/5] perf metric: Restructure struct expr_parse_ctx
` [PATCH 2/5] perf metric: Use NAN for missing event IDs
` [PATCH 3/5] perf metric: Rename expr__find_other
` [PATCH 4/5] perf metric: Add utilities to work on ids map
` [PATCH 5/5] perf metric: Don't compute unused events

[PATCH 00/13 v3] perf tools: fix perf stat with large socket IDs
 2020-11-13 17:19 UTC  (14+ messages)
` [PATCH 01/13 v3] perf tools: Improve topology test
` [PATCH 02/13 v3] perf tools: Use allocator for perf_cpu_map
` [PATCH 03/13 v3] perf tools: Add new struct for cpu aggregation
` [PATCH 04/13 v3] perf tools: Replace aggregation ID with a struct
` [PATCH 05/13 v3] perf tools: add new map type for aggregation
` [PATCH 06/13 v3] perf tools: drop in cpu_aggr_map struct
` [PATCH 07/13 v3] perf tools: restrict visibility of functions
` [PATCH 08/13 v3] perf tools: Start using cpu_aggr_id in map
` [PATCH 09/13 v3] perf tools: Add separate node member
` [PATCH 10/13 v3] perf tools: Add separate socket member
` [PATCH 11/13 v3] perf tools: Add separate die member
` [PATCH 12/13 v3] perf tools: Add separate core member
` [PATCH 13/13 v3] perf tools: add thread field

[RFC PATCH 00/12] Topdown parser
 2020-11-12  6:35 UTC  (16+ messages)
` [RFC PATCH 01/12] perf topdown-parser: Add a simple logging API
` [RFC PATCH 02/12] perf topdown-parser: Add utility functions
` [RFC PATCH 03/12] perf topdown-paser: Add a CSV file reader
` [RFC PATCH 04/12] perf topdown-parser: Add a json "
` [RFC PATCH 05/12] perf topdown-parser: Add a configuration
` [RFC PATCH 06/12] perf topdown-parser: Interface for TMA_Metrics.csv
` [RFC PATCH 07/12] perf topdown-parser: Metric expression parser
` [RFC PATCH 08/12] perf topdown-parser: Add event interface
` [RFC PATCH 09/12] perf topdown-paser: Add code generation API
` [RFC PATCH 10/12] perf topdown-parser: Add json metric code generation
` [RFC PATCH 11/12] perf topdown-parser: Main driver
` [RFC PATCH 12/12] perf pmu-events: Topdown parser tool

[PATCH v3 0/2] perf inject jit: Add namespaces support
 2020-11-05  1:56 UTC  (3+ messages)
` [PATCH v3 1/2] perf tools: Add 'in_pidns' to nsinfo struct
` [PATCH v3 2/2] perf inject jit: Add namespaces support

[GIT PULL] perf tools changes for v5.11
 2020-11-03 21:51 UTC  (2+ messages)

[GIT PULL] perf tools changes for v5.10: 2nd batch
 2020-10-31 21:30 UTC  (2+ messages)

[PATCH v3] perf trace: Segfault when trying to trace events by cgroup
 2020-10-27  9:43 UTC 

[PATCH v2] perf trace: Segfault when trying to trace events by cgroup
 2020-10-27  5:10 UTC  (2+ messages)

Perf raw sample overflows perf record
 2020-10-27  5:08 UTC 

[PATCH] perf trace: Segfault when trying to trace events by cgroup
 2020-10-23  2:48 UTC  (2+ messages)

[GIT PULL] perf tools changes for v5.10
 2020-10-17 19:36 UTC  (2+ messages)

perf test 67 dumps core on linux v5.9
 2020-10-15 16:31 UTC 

[PATCH] perf vendor events: Fix typos in power8 PMU events
 2020-10-13 12:24 UTC  (3+ messages)

[PATCH] perf/core: Fix hung issue on perf stat command during cpu hotplug
 2020-10-08 13:15 UTC  (3+ messages)

[RFC PATCH v2 00/23] Share events between metrics
 2020-10-06 14:42 UTC  (9+ messages)
` [RFC PATCH v2 23/23] perf metricgroup: remove duped metric group events
  ` Issue of metrics for multiple uncore PMUs (was Re: [RFC PATCH v2 23/23] perf metricgroup: remove duped metric group events)

[PATCH] perf: correct SNOOPX field offset
 2020-09-21 20:46 UTC 

[GIT PULL] perf tools fixes for v5.9: 3rd batch
 2020-09-16 19:15 UTC  (2+ messages)

[PATCH v9 0/5] powerpc/perf: Add json file support for hv_24x7 core level events
 2020-09-10 12:20 UTC  (8+ messages)
` [PATCH v9 1/5] perf/jevents: Remove jevents.h file
` [PATCH v9 2/5] perf/jevents: Add new structure to pass json fields
` [PATCH v9 3/5] perf jevents: Add support for parsing perchip/percore events
` [PATCH v9 4/5] perf/tools: Pass pmu_event structure as a parameter for arch_get_runtimeparam
` [PATCH v9 5/5] perf/tools/pmu_events/powerpc: Add hv_24x7 core level metric events

[PATCH v8 0/5] powerpc/perf: Add json file support for hv_24x7 core level events
 2020-09-07  6:40 UTC  (6+ messages)
` [PATCH v8 3/5] perf jevents: Add support for parsing perchip/percore events
` [PATCH v8 4/5] perf/tools: Pass pmu_event structure as a parameter for arch_get_runtimeparam
` [PATCH v8 5/5] perf/tools/pmu_events/powerpc: Add hv_24x7 core level metric events


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