- fceb621 perf ftrace: system_wide collection is not effective by default by Changbin Du · 2 years, 11 months ago
- b2b1aa7 perf stat: Fix display of grouped aliased events by Ian Rogers · 2 years, 11 months ago
- 05b5a9d perf tools: Apply correct label to user/kernel symbols in branch mode by German Gomez · 3 years ago
- a2887b9 perf bpf: Fix a typo in bpf_counter_cgroup.c by Masanari Iida · 3 years ago
- bc9c806 perf synthetic-events: Return error if procfs isn't mounted for PID namespaces by Leo Yan · 3 years ago
- d792a7a perf session: Check for NULL pointer before dereference by Ameer Hamza · 3 years ago
- a663520 perf annotate: Set error stream of objdump process for TUI by Namhyung Kim · 2 years, 11 months ago
- ae65b44 perf tools: Add missing branch_sample_type to perf_event_attr__fprintf() by Anshuman Khandual · 2 years, 11 months ago
- 1001983 perf beauty: Make the prctl arg regexp more strict to cope with PR_SET_VMA by Arnaldo Carvalho de Melo · 2 years, 11 months ago
- f0ac5b8 perf tools: Remove redundant err variable by Minghao Chi · 3 years ago
- b4a7276 perf test: Add parse-events test for aliases with hyphens by John Garry · 3 years ago
- 34fa67e perf test: Add pmu-events test for aliases with hyphens by John Garry · 3 years ago
- 864bc8c perf parse-events: Support event alias in form foo-bar-baz by John Garry · 3 years ago
- 3606c0e perf evsel: Override attr->sample_period for non-libpfm4 events by German Gomez · 3 years ago
- 24ead7c perf cpumap: Remove duplicate include in cpumap.h by Lv Ruyi · 3 years ago
- 4402869 perf cpumap: Migrate to libperf cpumap api by Ian Rogers · 3 years ago
- 1d1d9af perf python: Fix cpu_map__item() building by Ian Rogers · 3 years ago
- 9edcde6 perf script: Fix printing 'phys_addr' failure issue by Yao Jin · 3 years ago
- 6e10e21 tools headers UAPI: Sync files changed by new set_mempolicy_home_node syscall by Arnaldo Carvalho de Melo · 3 years, 4 months ago
- 9d5f0c3 perf machine: Use path__join() to compose a path instead of snprintf(dir, '/', filename) by Arnaldo Carvalho de Melo · 3 years ago
- 0d3d237 perf evlist: No need to setup affinities when disabling events for pid targets by Arnaldo Carvalho de Melo · 3 years ago
- f350ee9 perf evlist: No need to setup affinities when enabling events for pid targets by Arnaldo Carvalho de Melo · 3 years ago
- 49de179 perf stat: No need to setup affinities when starting a workload by Arnaldo Carvalho de Melo · 3 years ago
- 1855b79 perf affinity: Allow passing a NULL arg to affinity__cleanup() by Arnaldo Carvalho de Melo · 3 years ago
- 4624f19 perf probe: Fix ppc64 'perf probe add events failed' case by Zechuan Chen · 3 years ago
- 57d1737 Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years ago
- 4d66020 Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years ago
- 9bce13e perf record: Disable debuginfod by default by Jiri Olsa · 3 years, 1 month ago
- 2eea0b5 perf evlist: No need to do any affinity setup when profiling pids by Arnaldo Carvalho de Melo · 3 years ago
- 37be585 perf cpumap: Add is_dummy() method by Arnaldo Carvalho de Melo · 3 years ago
- d3e2bb4 perf metric: Fix metric_leader by Ian Rogers · 3 years ago
- a6e6274 perf cputopo: Fix CPU topology reading on s/390 by Thomas Richter · 3 years, 1 month ago
- e000ea0 perf metricgroup: Fix use after free in metric__new() by José Expósito · 3 years, 1 month ago
- 46f57d2 perf arm: Fix off-by-one directory path by Ian Rogers · 3 years ago
- 1aa77e7 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years ago
- c0dd945 perf pmu-events: Don't lower case MetricExpr by Ian Rogers · 3 years, 1 month ago
- f56ef30 perf expr: Add debug logging for literals by Ian Rogers · 3 years, 1 month ago
- 6dd8646 perf tools: Probe non-deprecated sysfs path 1st by Ian Rogers · 3 years, 1 month ago
- 0ce0578 perf tools: Fix SMT fallback with large core counts by Ian Rogers · 3 years, 1 month ago
- 6d18804 perf cpumap: Give CPUs their own type by Ian Rogers · 3 years ago
- ce37ab3 perf stat: Correct first_shadow_cpu to return index by Ian Rogers · 3 years ago
- b57af1b perf script: Fix flipped index and cpu by Ian Rogers · 3 years ago
- 84d2f4f perf c2c: Use more intention revealing iterator by Ian Rogers · 3 years ago
- 7263f34 perf bpf: Rename 'cpu' to 'cpu_map_idx' by Ian Rogers · 3 years ago
- 5b1af93 perf stat: Swap variable name cpu to index by Ian Rogers · 3 years ago
- 379c224 perf stat: Correct check_per_pkg() cpu by Ian Rogers · 3 years ago
- aa11e55 perf test: Use perf_cpu_map__for_each_cpu() by Ian Rogers · 3 years ago
- 6f844b1 perf evsel: Rename variable cpu to index by Ian Rogers · 3 years ago
- 1fa497d perf evsel: Reduce scope of evsel__ignore_missing_thread by Ian Rogers · 3 years ago
- 2daa08c perf evsel: Rename CPU around get_group_fd by Ian Rogers · 3 years ago
- da8c94c perf stat: Correct variable name for read counter by Ian Rogers · 3 years ago
- 7ac0089 perf evsel: Pass cpu not cpu map index to synthesize by Ian Rogers · 3 years ago
- 472832d perf evlist: Refactor evlist__for_each_cpu() by Ian Rogers · 3 years ago
- f9551b3 perf script: Use for each cpu to aid readability by Ian Rogers · 3 years ago
- 7ea82fb perf stat: Use perf_cpu_map__for_each_cpu() by Ian Rogers · 3 years ago
- ab90caa7 perf stat: Rename aggr_data cpu to imply it's an index by Ian Rogers · 3 years ago
- 7316268 perf counts: Switch name cpu to cpu_map_idx by Ian Rogers · 3 years ago
- 2ca0a37 perf evsel: Derive CPUs and threads in alloc_counts by Ian Rogers · 3 years ago
- 7365f10 perf stat-display: Avoid use of core for CPU by Ian Rogers · 3 years ago
- 3479491 perf cpumap: Add CPU to aggr_cpu_id by Ian Rogers · 3 years ago
- f9e891e perf stat: Fix memory leak in check_per_pkg() by Ian Rogers · 3 years ago
- bd26bdd perf cpumap: Trim the cpu_aggr_map by Ian Rogers · 3 years ago
- 92aad5c perf cpumap: Add some comments to cpu_aggr_map by Ian Rogers · 3 years ago
- dfc66be perf cpumap: Move 'has' function to libperf by Ian Rogers · 3 years ago
- 973aeb3 perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functions by Ian Rogers · 3 years ago
- 5f50e15 perf cpumap: Refactor cpu_map__build_map() by Ian Rogers · 3 years ago
- adff2c6 perf cpumap: Remove cpu_map__cpu(), use libperf function by Ian Rogers · 3 years ago
- 4e90e5c perf cpumap: Remove map from function names that don't use a map by Ian Rogers · 3 years ago
- 194a3a2 perf cpumap: Document cpu__get_node() and remove redundant function by Ian Rogers · 3 years ago
- 51b826f perf cpumap: Rename empty functions by Ian Rogers · 3 years ago
- 3ac23d1 perf cpumap: Simplify equal function name by Ian Rogers · 3 years ago
- 63e0fa8 perf cpumap: Remove unused cpu_map__socket() by Ian Rogers · 3 years ago
- 49679da perf cpumap: Add comments to aggr_cpu_id() by Ian Rogers · 3 years ago
- 86d9404 perf cpumap: Remove map+index get_node() by Ian Rogers · 3 years ago
- 3f6233d perf cpumap: Remove map+index get_core() by Ian Rogers · 3 years ago
- 1cdae3d perf cpumap: Remove map+index get_die() by Ian Rogers · 3 years ago
- 448a69d perf cpumap: Remove map+index get_socket() by Ian Rogers · 3 years ago
- eff54c2 perf cpumap: Switch cpu_map__build_map() to cpu function by Ian Rogers · 3 years ago
- 88031a0 perf stat: Switch to cpu version of cpu_map__get() by Ian Rogers · 3 years ago
- a023283 perf stat: Switch aggregation to use for_each loop by Ian Rogers · 3 years ago
- 01843ca perf stat: Correct aggregation CPU map by Ian Rogers · 3 years ago
- ca2c9b7 perf stat: Add aggr creators that are passed a cpu by Ian Rogers · 3 years ago
- dcffc5e perf evsel: Improve error message for uncore events by Ian Rogers · 3 years ago
- 62942e9 perf script: Fix hex dump character output by Adrian Hunter · 3 years ago
- 0046686 perf test: Enable system wide for metricgroups test by Ian Rogers · 3 years ago
- 8efd0d9 Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years ago
- d5962fb perf annotate: Avoid TUI crash when navigating in the annotation of recursive functions by Dario Petrillo · 3 years ago
- befee37 perf powerpc: Update global/local variants for p_stage_cyc by Athira Rajeev · 3 years, 1 month ago
- e3304c2 perf sort: Include global and local variants for p_stage_cyc sort key by Athira Rajeev · 3 years, 1 month ago
- debe70e Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years ago
- dc9f2dd Revert "libtraceevent: Increase libtraceevent logging when verbose" by Arnaldo Carvalho de Melo · 3 years ago
- f06a82f perf trace: Avoid early exit due to running SIGCHLD handler before it makes sense to by Jiri Olsa · 3 years ago
- b9adba3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
- 65f8d08 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years ago
- 64f18d2 perf top: Fix TUI exit screen refresh race condition by yaowenbin · 3 years ago
- e0257a0 perf pmu: Fix alias events list by John Garry · 3 years ago
- e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years ago
- aec53e6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
- 0f80bfb perf scripts python: intel-pt-events.py: Fix printing of switch events by Adrian Hunter · 3 years ago
- 5e0c325 perf script: Fix CPU filtering of a script's switch events by Adrian Hunter · 3 years ago