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