Merge tag 'perf-tools-fixes-for-v6.0-2022-09-08' of...
Merge tag 'perf-tools-fixes-for-v6.0-2022-09-08' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux Pull perf tools fixes from Arnaldo Carvalho de Melo: - Fix per-thread mmaps for multi-threaded targets, noticed with 'perf top --pid' with multithreaded targets - Fix synthesis failure warnings in 'perf record' - Fix L2 Topdown metrics disappearance for raw events in 'perf stat' - Fix out of bound access in some CPU masks - Fix segfault if there is no CPU PMU table and a metric is sought, noticed when building with NO_JEVENTS=1 - Skip dummy event attr check in 'perf script' fixing nonsensical warning about UREGS attribute not set, as 'dummy' events have no samples - Fix 'iregs' field handling with dummy events on hybrid systems in 'perf script' - Prevent potential memory leak in c2c_he_zalloc() in 'perf c2c' - Don't install data files with x permissions - Fix types for print format in dlfilter-show-cycles - Switch deprecated openssl MD5_* functions to new EVP API in 'genelf' - Remove redundant word 'contention' in 'perf lock' help message * tag 'perf-tools-fixes-for-v6.0-2022-09-08' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: perf record: Fix synthesis failure warnings perf tools: Don't install data files with x permissions perf script: Fix Cannot print 'iregs' field for hybrid systems perf lock: Remove redundant word 'contention' in help message perf dlfilter dlfilter-show-cycles: Fix types for print format libperf evlist: Fix per-thread mmaps for multi-threaded targets perf c2c: Prevent potential memory leak in c2c_he_zalloc() perf genelf: Switch deprecated openssl MD5_* functions to new EVP API tools/perf: Fix out of bound access to cpu mask array perf affinity: Fix out of bound access to "sched_cpus" mask perf stat: Fix L2 Topdown metrics disappear for raw events perf script: Skip dummy event attr check perf metric: Return early if no CPU PMU table exists
No related branches found
No related tags found
Showing
- tools/lib/perf/evlist.c 50 additions, 0 deletionstools/lib/perf/evlist.c
- tools/perf/Makefile.perf 12 additions, 12 deletionstools/perf/Makefile.perf
- tools/perf/builtin-c2c.c 9 additions, 3 deletionstools/perf/builtin-c2c.c
- tools/perf/builtin-lock.c 1 addition, 2 deletionstools/perf/builtin-lock.c
- tools/perf/builtin-record.c 26 additions, 8 deletionstools/perf/builtin-record.c
- tools/perf/builtin-script.c 5 additions, 0 deletionstools/perf/builtin-script.c
- tools/perf/builtin-stat.c 3 additions, 2 deletionstools/perf/builtin-stat.c
- tools/perf/dlfilters/dlfilter-show-cycles.c 2 additions, 2 deletionstools/perf/dlfilters/dlfilter-show-cycles.c
- tools/perf/util/affinity.c 7 additions, 1 deletiontools/perf/util/affinity.c
- tools/perf/util/genelf.c 11 additions, 9 deletionstools/perf/util/genelf.c
- tools/perf/util/metricgroup.c 3 additions, 0 deletionstools/perf/util/metricgroup.c
Loading
Please register or sign in to comment