aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/Build
AgeCommit message (Expand)Author
2023-12-23perf annotate-data: Add find_data_type() to get type from memory accessNamhyung Kim
2023-12-18Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo
2023-11-22perf build: Ensure sysreg-defs Makefile respects output dirOliver Upton
2023-11-10perf tools: Add util/debuginfo.[ch] filesNamhyung Kim
2023-11-03Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-10-25perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exitIan Rogers
2023-10-18perf build: Generate arm64's sysreg-defs.h and add to include pathOliver Upton
2023-09-12perf kwork top: Implements BPF-based cpu usage statisticsYang Jihong
2023-08-16perf parse-regs: Refactor arch register parsing functionsLeo Yan
2023-08-15perf parse-events: Remove BPF event supportIan Rogers
2023-08-15perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c)Ian Rogers
2023-08-11perf build: Remove -Wno-unused-but-set-variable from the flex flags when buil...Arnaldo Carvalho de Melo
2023-08-03perf build: Remove -Wno-redundant-decls in 2 casesIan Rogers
2023-08-03perf build: Disable fewer bison warningsIan Rogers
2023-08-03perf build: Disable fewer flex warningsIan Rogers
2023-07-28perf parse-event: Add memory allocation test for name termsIan Rogers
2023-07-28perf build: Define YYNOMEM as YYNOABORT for bison < 3.81Arnaldo Carvalho de Melo
2023-06-20perf sharded_mutex: Introduce sharded_mutexIan Rogers
2023-06-12perf addr_location: Move to its own headerIan Rogers
2023-05-31Merge tag 'perf-tools-fixes-for-v6.4-2-2023-05-30' into perf-tools-nextArnaldo Carvalho de Melo
2023-05-27perf pmu: Remove perf_pmu__hybrid_pmus listIan Rogers
2023-05-27perf evlist: Reduce scope of evlist__has_hybridIan Rogers
2023-05-26perf build: Don't compile demangle-cxx.cpp if not necessaryIan Rogers
2023-05-15perf parse-events: Remove now unused hybrid logicIan Rogers
2023-03-15perf bpf filter: Introduce basic BPF filter expressionNamhyung Kim
2023-03-15perf script: Fix Python support when no libtraceeventAdrian Hunter
2023-03-14perf symbol: Add abi::__cxa_demangle C++ demangling supportIan Rogers
2023-02-03perf lock contention: Use lock_stat_find{,new}Namhyung Kim
2022-12-14perf cs-etm: Print auxtrace info even if OpenCSD isn't linkedJames Clark
2022-12-14perf build: Use libtraceevent from the systemIan Rogers
2022-12-14perf tool: Move pmus list variable to a new fileRavi Bangoria
2022-11-16perf build: Install libsymbol locally when buildingIan Rogers
2022-11-04perf bpf: Rename perf_include_dir to libbpf_include_dirArnaldo Carvalho de Melo
2022-10-15perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packetQi Liu
2022-10-04perf mutex: Wrapped usage of mutex and condPavithra Gurushankar
2022-09-29perf parse-events: Ignore clang 15 warning about variable set but unused in b...Jiri Olsa
2022-08-11perf arm64: Add missing -I for tools/arch/arm64/include/ to find asm/sysreg.h...Leo Yan
2022-08-02perf parse-events: Break out tracepoint and printingIan Rogers
2022-08-01perf lock: Use BPF for lock contention analysisNamhyung Kim
2022-07-26perf kwork: Implement BPF traceYang Jihong
2022-05-26perf record: Enable off-cpu analysis with BPFNamhyung Kim
2022-02-14perf maps: Move maps code to own C fileIan Rogers
2021-12-21perf arm64: Inject missing frames when using 'perf record --call-graph=fp'Alexandre Truong
2021-12-16perf ftrace: Add -b/--use-bpf option for latency subcommandNamhyung Kim
2021-11-01perf bpf: Pull in bpf_program__get_prog_info_linear()Dave Marchevsky
2021-10-20tools lib: Adopt list_sort() from the kernel sourcesIan Rogers
2021-09-10perf report: Add support to print a textual representation of IBS raw sample ...Kim Phillips
2021-07-05perf stat: Enable BPF counter with --for-each-cgroupNamhyung Kim
2021-07-01perf script: Add API for filtering via dynamically loaded shared objectAdrian Hunter
2021-05-27perf parse-events: Add bison --file-prefix-map optionDenys Zagorui