linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-17 15:45:54 to 2021-12-31 06:25:11 UTC [more...]

[PATCH 0/2] perf tools: Fix mis-matching of perf sub-commands
 2021-12-31  6:30 UTC  (3+ messages)
` [PATCH 1/2] perf string: Add strcmp_prefix()
` [PATCH 2/2] perf tools: Enhance the matching of sub-commands

[PATCH v2 00/48] Refactor perf cpumap
 2021-12-30 16:10 UTC  (58+ messages)
` [PATCH v2 01/48] libperf: Add comments to perf_cpu_map
` [PATCH v2 02/48] perf stat: Add aggr creators that are passed a cpu
` [PATCH v2 03/48] perf stat: Correct aggregation CPU map
` [PATCH v2 04/48] perf stat: Switch aggregation to use for_each loop
` [PATCH v2 05/48] perf stat: Switch to cpu version of cpu_map__get
` [PATCH v2 06/48] perf cpumap: Switch cpu_map__build_map to cpu function
` [PATCH v2 07/48] perf cpumap: Remove map+index get_socket
` [PATCH v2 08/48] perf cpumap: Remove map+index get_die
` [PATCH v2 09/48] perf cpumap: Remove map+index get_core
` [PATCH v2 10/48] perf cpumap: Remove map+index get_node
` [PATCH v2 11/48] perf cpumap: Add comments to aggr_cpu_id
` [PATCH v2 12/48] perf cpumap: Remove unused cpu_map__socket
` [PATCH v2 13/48] perf cpumap: Simplify equal function name
` [PATCH v2 14/48] perf cpumap: Rename empty functions
` [PATCH v2 15/48] perf cpumap: Document cpu__get_node and remove redundant function
` [PATCH v2 16/48] perf cpumap: Remove map from function names that don't use a map
` [PATCH v2 17/48] perf cpumap: Remove cpu_map__cpu, use libperf function
` [PATCH v2 18/48] perf cpumap: Refactor cpu_map__build_map
` [PATCH v2 19/48] perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functions
` [PATCH v2 20/48] perf cpumap: Move 'has' function to libperf
` [PATCH v2 21/48] perf cpumap: Add some comments to cpu_aggr_map
` [PATCH v2 22/48] perf cpumap: Trim the cpu_aggr_map
` [PATCH v2 23/48] perf stat: Fix memory leak in check_per_pkg
` [PATCH v2 24/48] perf cpumap: Add CPU to aggr_cpu_id
` [PATCH v2 25/48] perf stat-display: Avoid use of core for CPU
` [PATCH v2 26/48] perf evsel: Derive CPUs and threads in alloc_counts
` [PATCH v2 27/48] libperf: Switch cpu to more accurate cpu_map_idx
` [PATCH v2 28/48] libperf: Use cpu not index for evsel mmap
` [PATCH v2 29/48] perf counts: Switch name cpu to cpu_map_idx
` [PATCH v2 30/48] perf stat: Rename aggr_data cpu to imply it's an index
` [PATCH v2 31/48] perf stat: Use perf_cpu_map__for_each_cpu
` [PATCH v2 32/48] perf script: Use for each cpu to aid readability
` [PATCH v2 33/48] libperf: Allow NULL in perf_cpu_map__idx
` [PATCH v2 34/48] perf evlist: Refactor evlist__for_each_cpu
` [PATCH v2 35/48] perf evsel: Pass cpu not cpu map index to synthesize
` [PATCH v2 36/48] perf stat: Correct variable name for read counter
` [PATCH v2 37/48] perf evsel: Rename CPU around get_group_fd
` [PATCH v2 38/48] perf evsel: Reduce scope of evsel__ignore_missing_thread
` [PATCH v2 39/48] perf evsel: Rename variable cpu to index
` [PATCH v2 40/48] perf test: Use perf_cpu_map__for_each_cpu
` [PATCH v2 41/48] perf stat: Correct check_per_pkg cpu
` [PATCH v2 42/48] perf stat: Swap variable name cpu to index
` [PATCH v2 43/48] libperf: Sync evsel documentation
` [PATCH v2 44/48] perf bpf: Rename cpu to cpu_map_idx
` [PATCH v2 45/48] perf c2c: Use more intention revealing iterator
` [PATCH v2 46/48] perf script: Fix flipped index and cpu
` [PATCH v2 47/48] perf stat: Correct first_shadow_cpu to return index
` [PATCH v2 48/48] perf cpumap: Give CPUs their own type

[PATCH v3 00/48] Refactor perf cpumap
 2021-12-30  7:20 UTC  (50+ messages)
` [PATCH v3 01/48] libperf: Add comments to perf_cpu_map
` [PATCH v3] perf evlist: Remove group option
` [PATCH v3 02/48] perf stat: Add aggr creators that are passed a cpu
` [PATCH v3 03/48] perf stat: Correct aggregation CPU map
` [PATCH v3 04/48] perf stat: Switch aggregation to use for_each loop
` [PATCH v3 05/48] perf stat: Switch to cpu version of cpu_map__get
` [PATCH v3 06/48] perf cpumap: Switch cpu_map__build_map to cpu function
` [PATCH v3 07/48] perf cpumap: Remove map+index get_socket
` [PATCH v3 08/48] perf cpumap: Remove map+index get_die
` [PATCH v3 09/48] perf cpumap: Remove map+index get_core
` [PATCH v3 10/48] perf cpumap: Remove map+index get_node
` [PATCH v3 11/48] perf cpumap: Add comments to aggr_cpu_id
` [PATCH v3 12/48] perf cpumap: Remove unused cpu_map__socket
` [PATCH v3 13/48] perf cpumap: Simplify equal function name
` [PATCH v3 14/48] perf cpumap: Rename empty functions
` [PATCH v3 15/48] perf cpumap: Document cpu__get_node and remove redundant function
` [PATCH v3 16/48] perf cpumap: Remove map from function names that don't use a map
` [PATCH v3 17/48] perf cpumap: Remove cpu_map__cpu, use libperf function
` [PATCH v3 18/48] perf cpumap: Refactor cpu_map__build_map
` [PATCH v3 19/48] perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functions
` [PATCH v3 20/48] perf cpumap: Move 'has' function to libperf
` [PATCH v3 21/48] perf cpumap: Add some comments to cpu_aggr_map
` [PATCH v3 22/48] perf cpumap: Trim the cpu_aggr_map
` [PATCH v3 23/48] perf stat: Fix memory leak in check_per_pkg
` [PATCH v3 24/48] perf cpumap: Add CPU to aggr_cpu_id
` [PATCH v3 25/48] perf stat-display: Avoid use of core for CPU
` [PATCH v3 26/48] perf evsel: Derive CPUs and threads in alloc_counts
` [PATCH v3 27/48] libperf: Switch cpu to more accurate cpu_map_idx
` [PATCH v3 28/48] libperf: Use cpu not index for evsel mmap
` [PATCH v3 29/48] perf counts: Switch name cpu to cpu_map_idx
` [PATCH v3 30/48] perf stat: Rename aggr_data cpu to imply it's an index
` [PATCH v3 31/48] perf stat: Use perf_cpu_map__for_each_cpu
` [PATCH v3 32/48] perf script: Use for each cpu to aid readability
` [PATCH v3 33/48] libperf: Allow NULL in perf_cpu_map__idx
` [PATCH v3 34/48] perf evlist: Refactor evlist__for_each_cpu
` [PATCH v3 35/48] perf evsel: Pass cpu not cpu map index to synthesize
` [PATCH v3 36/48] perf stat: Correct variable name for read counter
` [PATCH v3 37/48] perf evsel: Rename CPU around get_group_fd
` [PATCH v3 38/48] perf evsel: Reduce scope of evsel__ignore_missing_thread
` [PATCH v3 39/48] perf evsel: Rename variable cpu to index
` [PATCH v3 40/48] perf test: Use perf_cpu_map__for_each_cpu
` [PATCH v3 41/48] perf stat: Correct check_per_pkg cpu
` [PATCH v3 42/48] perf stat: Swap variable name cpu to index
` [PATCH v3 43/48] libperf: Sync evsel documentation
` [PATCH v3 44/48] perf bpf: Rename cpu to cpu_map_idx
` [PATCH v3 45/48] perf c2c: Use more intention revealing iterator
` [PATCH v3 46/48] perf script: Fix flipped index and cpu
` [PATCH v3 47/48] perf stat: Correct first_shadow_cpu to return index
` [PATCH v3 48/48] perf cpumap: Give CPUs their own type

[PATCH bpf-next 0/2] perf: stop using deprecated bpf APIs
 2021-12-29 19:01 UTC  (7+ messages)
` [PATCH bpf-next 2/2] perf: stop using deprecated bpf__object_next() API

[PATCH] arc: perf: Move static structs to where they're really used
 2021-12-29  3:47 UTC  (2+ messages)

[PATCH] ARC: perf: Remove redundant initialization of variable idx
 2021-12-29  3:43 UTC  (2+ messages)

[PATCH v2] perf pmu: Fix alias events list
 2021-12-28 21:00 UTC  (3+ messages)

[PATCH] perf bpf: Fix a typo in bpf_counter_cgroup.c
 2021-12-28 18:25 UTC  (2+ messages)

[PATCH] powerpc/perf: fix ppc64 perf probe add events failed
 2021-12-28 11:13 UTC 

[PATCH v13 0/5] arm64 userspace counter support
 2021-12-28 11:07 UTC  (3+ messages)
` [PATCH v13 3/5] arm64: perf: Add userspace counter access disable switch

[PATCH] perf: fix typos of "its" and "reponse"
 2021-12-26 19:12 UTC  (3+ messages)
` JSON typos "

[PATCH v1] perf synthetic-events: Return error if procfs isn't mounted for PID namespaces
 2021-12-24 12:43 UTC  (2+ messages)

[PATCH v3] perf test: Make metric testing more robust
 2021-12-24  8:49 UTC  (2+ messages)

[PATCH] perf: Fix perf-record manual typo
 2021-12-24  2:03 UTC  (3+ messages)

[PATCH v3] perf evlist: Remove group option
 2021-12-23 19:28 UTC 

[PATCH v2 1/2] perf test: Enable system wide for metricgroups test
 2021-12-23 18:39 UTC  (2+ messages)
` [PATCH v2 2/2] perf evsel: Improve error message for uncore events

[PATCH] perf record: Add O_EXCL flag for opening perf.data file
 2021-12-23  1:58 UTC 

[PATCH] perf pmu: Fix event list for uncore PMUs
 2021-12-22 13:08 UTC  (11+ messages)

[PATCH 0/4] perf: Add new macros for mem_hops field
 2021-12-22 12:41 UTC  (8+ messages)
` [PATCH 2/4] tools/perf: "
` [PATCH 3/4] powerpc/perf: Add encodings to represent data based on newer composite PERF_MEM_LVLNUM* fields
` [PATCH 4/4] powerpc/perf: Add data source encodings for power10 platform

[PATCH] perf dso: Avoid copying redundant kallsyms in th buildid_dir
 2021-12-22  7:23 UTC 

[PATCH v3] perf expr: Fix return value of ids__new
 2021-12-22  4:25 UTC  (4+ messages)
  ` [PATCH v4] "

[PATCH v5 0/6] perf tools/arm64: Fix missing leaf-function callers in ARM64 when using "--call-graph=fp"
 2021-12-21 15:06 UTC  (7+ messages)
` [PATCH v5 6/6] perf arm64: inject missing frames if perf-record used "--call-graph=fp"

[PATCH v2 1/2] perf vendor events: For the Arm Neoverse N2
 2021-12-21 14:31 UTC  (9+ messages)
` [RFC PATCH 0/1] topdown with metrics
  ` [RFC PATCH 1/1] perf arm64: Implement --topdown "

[PATCH v2 00/17] lib/bitmap: optimize bitmap_weight() usage
 2021-12-21 13:15 UTC  (24+ messages)
` [PATCH 01/17] all: don't use bitmap_weight() where possible
` [PATCH 02/17] drivers: rename num_*_cpus variables
` [PATCH 03/17] fix open-coded for_each_set_bit()
` [PATCH 04/17] all: replace bitmap_weight with bitmap_empty where appropriate
` [PATCH 05/17] all: replace cpumask_weight with cpumask_empty "
` [PATCH 06/17] all: replace nodes_weight with nodes_empty "
` [PATCH 07/17] lib/bitmap: add bitmap_weight_{cmp,eq,gt,ge,lt,le} functions
` [PATCH 08/17] all: replace bitmap_weight with bitmap_weight_{eq,gt,ge,lt,le} where appropriate
` [PATCH 09/17] lib/cpumask: add cpumask_weight_{eq,gt,ge,lt,le}
` [PATCH 10/17] lib/nodemask: add nodemask_weight_{eq,gt,ge,lt,le}
` [PATCH 11/17] lib/nodemask: add num_node_state_eq()
` [PATCH 12/17] kernel/cpu.c: fix init_cpu_online
` [PATCH 13/17] kernel/cpu: add num_possible_cpus counter
` [PATCH 14/17] kernel/cpu: add num_present_cpu counter
` [PATCH 15/17] kernel/cpu: add num_active_cpu counter
` [PATCH 16/17] tools/bitmap: sync bitmap_weight
` [PATCH 17/17] MAINTAINERS: add cpumask and nodemask files to BITMAP_API

[PATCH v5 0/3] libperf: Unify scaling of counters obtained from perf_evsel__read()
 2021-12-21  8:18 UTC  (4+ messages)
` [PATCH v5 3/3] libperf tests: Add test_stat_multiplexing test

[PATCH] perf tools: Fix typo in a comment
 2021-12-21  3:27 UTC 

[RFC] perf record: Disable debuginfod by default
 2021-12-19 13:06 UTC  (6+ messages)

[PATCH -mm v3] replace old hard-coded 16 with TASK_COMM_LEN_16
 2021-12-19  3:02 UTC 

[GIT PULL] perf tools fixes for v5.16: 4th batch
 2021-12-18 22:17 UTC  (2+ messages)

perf not showing me call graph for memcpy no matter what
 2021-12-18 12:47 UTC  (3+ messages)

[PATCH v3] perf arm-spe: Synthesize SPE instruction events
 2021-12-18  1:44 UTC  (4+ messages)

Sampling of non-C-like stacks with eBPF and perf_events?
 2021-12-17 16:45 UTC 


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