summaryrefslogtreecommitdiff
path: root/tools/perf/util/Build
AgeCommit message (Expand)Author
2024-09-03perf report: Support LLVM for addr2line()Steinar H. Gunderson
2024-08-28perf bpf-filter: Add build dependency to header filesNamhyung Kim
2024-08-20perf cap: Tidy up and improve capability testingIan Rogers
2024-08-13perf stat: Fork and launch 'perf record' when 'perf stat' needs to get retire...Weilin Wang
2024-08-12perf tool: Move fill defaults into tool.cIan Rogers
2024-08-01perf bpf: Move BPF disassembly routines to separate file to avoid clash with ...Arnaldo Carvalho de Melo
2024-06-26perf util: Make util its own libraryIan Rogers
2024-05-07perf mem-info: Move mem-info out of mem-events and symbolIan Rogers
2024-04-12perf util: Add shellcheck to generate-cmdlist.shIan Rogers
2024-04-03perf annotate: Split out util/disasm.cNamhyung Kim
2024-03-03perf threads: Move threads to its own filesIan Rogers
2024-02-20perf: util: use capstone disasm engine to show assembly instructionsChangbin Du
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