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