summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2023-02-01perf symbols: Add support for x86 .plt.secAdrian Hunter
2023-02-01perf symbols: Correct plt entry sizes for x86Adrian Hunter
2023-02-01perf session: Avoid calling lseek(2) for pipeNamhyung Kim
2023-02-01perf intel-pt: Do not try to queue auxtrace data on pipeNamhyung Kim
2023-01-30perf cs-etm: Update decoder code for OpenCSD version 1.4Mike Leach
2023-01-27perf buildid: Avoid copy of uninitialized memoryIan Rogers
2023-01-23perf: Various spelling fixesDiederik de Haas
2023-01-23Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2023-01-22perf cs-etm: Ensure that Coresight timestamps don't go backwardsJames Clark
2023-01-22perf cs_etm: Set the time field in the synthetic samplesGerman Gomez
2023-01-22perf cs_etm: Record ts_source in AUXTRACE_INFO for ETMv4 and ETEGerman Gomez
2023-01-22perf cs_etm: Keep separate symbols for ETMv4 and ETE parametersGerman Gomez
2023-01-22perf pmu: Add function to check if a pmu file existsGerman Gomez
2023-01-22perf pmu: Remove remaining duplication of bus/event_source/devices/...James Clark
2023-01-22perf pmu: Use perf_pmu__open_file() and perf_pmu__scan_file()James Clark
2023-01-22perf pmu: Remove duplication around EVENT_SOURCE_DEVICE_PATHJames Clark
2023-01-22perf symbols: Check SHT_RELA and SHT_REL type earlierAdrian Hunter
2023-01-22perf symbols: Combine handling for SHT_RELA and SHT_RELAdrian Hunter
2023-01-22perf symbols: Allow for .plt entries with no symbolAdrian Hunter
2023-01-22perf symbols: Add symbol for .plt headerAdrian Hunter
2023-01-22perf symbols: Do not check ss->dynsym twiceAdrian Hunter
2023-01-22perf symbols: Slightly simplify 'err' usage in dso__synthesize_plt_symbols()Adrian Hunter
2023-01-22perf symbols: Add dso__find_symbol_nocache()Adrian Hunter
2023-01-22perf symbols: Check plt_entry_size is not zeroAdrian Hunter
2023-01-22perf symbols: Factor out get_plt_sizes()Adrian Hunter
2023-01-19perf debug: Increase libtraceevent logging when verboseIan Rogers
2023-01-19perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVEIan Rogers
2023-01-19perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVEIan Rogers
2023-01-19perf llvm: Fix inadvertent file creationIan Rogers
2023-01-19perf pmu: Add #slots literal support for arm64Jing Zhang
2023-01-18perf buildid-cache: Fix the file mode with copyfile() while adding file to bu...Athira Rajeev
2023-01-18perf expr: Prevent normalize() from reading into undefined memory in the expr...Sohom Datta
2023-01-11perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter
2023-01-10perf build: Properly guard libbpf includesIan Rogers
2023-01-04perf tools: Fix build on uClibc systems by adding missing sys/types.h includeJesus Sanchez-Palencia
2023-01-04perf stat: Fix handling of --for-each-cgroup with --bpf-counters to match non...Namhyung Kim
2023-01-04perf stat: Fix handling of unsupported cgroup events when using BPF countersNamhyung Kim
2023-01-02perf tools: Fix segfault when trying to process tracepoints in perf.data and ...Arnaldo Carvalho de Melo
2023-01-02perf tools: Don't include signature in version stringsAhelenia ZiemiaƄska
2023-01-02perf help: Use HAVE_LIBTRACEEVENT to filter out unsupported commandsYang Jihong
2023-01-02perf tools: Fix resources leak in perf_data__open_dir()Miaoqian Lin
2022-12-22perf python: Fix splitting CC into compiler and optionsArnaldo Carvalho de Melo
2022-12-21perf scripting python: Don't be strict at handling libtraceevent enumerationsArnaldo Carvalho de Melo
2022-12-21perf hist: Improve srcline_{from,to} sort key performanceNamhyung Kim
2022-12-21perf hist: Improve srcfile sort key performanceNamhyung Kim
2022-12-21perf hist: Improve srcline sort key performanceNamhyung Kim
2022-12-21perf hist: Add perf_hpp_fmt->init() callbackNamhyung Kim
2022-12-21perf srcline: Conditionally suppress addr2line warningsNamhyung Kim
2022-12-21perf srcline: Skip srcline if .debug_line is missingNamhyung Kim
2022-12-21perf symbol: Add filename__has_section()Namhyung Kim