Merge tag 'perf-tools-fixes-for-v5.10-2020-11-28' of...
Merge tag 'perf-tools-fixes-for-v5.10-2020-11-28' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux Pull perf tool fixes from Arnaldo Carvalho de Melo: - Fix die_entrypc() when DW_AT_ranges DWARF attribute not available - Cope with broken DWARF (missing DW_AT_declaration) generated by some recent gcc versions - Do not generate CGROUP metadata events when not asked to in 'perf record' - Use proper CPU for shadow stats in 'perf stat' - Update copy of libbpf's hashmap.c, silencing tools/perf build warning - Fix return value in 'perf diff' * tag 'perf-tools-fixes-for-v5.10-2020-11-28' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: perf probe: Change function definition check due to broken DWARF perf probe: Fix to die_entrypc() returns error correctly perf stat: Use proper cpu for shadow stats perf record: Synthesize cgroup events only if needed perf diff: Fix error return value in __cmd_diff() perf tools: Update copy of libbpf's hashmap.c
Showing
- tools/perf/builtin-diff.c 3 additions, 1 deletiontools/perf/builtin-diff.c
- tools/perf/util/dwarf-aux.c 26 additions, 2 deletionstools/perf/util/dwarf-aux.c
- tools/perf/util/hashmap.h 9 additions, 6 deletionstools/perf/util/hashmap.h
- tools/perf/util/probe-finder.c 1 addition, 2 deletionstools/perf/util/probe-finder.c
- tools/perf/util/stat-display.c 1 addition, 4 deletionstools/perf/util/stat-display.c
- tools/perf/util/synthetic-events.c 3 additions, 0 deletionstools/perf/util/synthetic-events.c
Loading
Please register or sign in to comment