summaryrefslogtreecommitdiff
path: root/tools/perf/util/Build
AgeCommit message (Expand)AuthorFilesLines
2024-12-18perf lock: Move common lock contention code to new fileIan Rogers1-0/+1
2024-12-18perf x86: Define arch_fetch_insn in NO_AUXTRACE buildsIan Rogers1-1/+1
2024-12-18perf kvm: Move functions used in util out of builtinIan Rogers1-0/+1
2024-12-09perf trace-event: Always build trace-event-info.cIan Rogers1-1/+1
2024-12-09perf btf: Make the sigtrap test helper to find a member by name widely availableArnaldo Carvalho de Melo1-0/+1
2024-11-09perf dwarf-regs: Move powerpc dwarf-regs out of archIan Rogers1-0/+1
2024-11-09perf dwarf-regs: Move csky dwarf-regs out of archIan Rogers1-0/+1
2024-11-09perf dwarf-regs: Move x86 dwarf-regs out of archIan Rogers1-0/+1
2024-11-09perf hwmon_pmu: Add hwmon filename parserIan Rogers1-0/+1
2024-10-18perf build: Rename CONFIG_DWARF to CONFIG_LIBDWIan Rogers1-6/+6
2024-10-11perf tool_pmu: Factor tool events into their own PMUIan Rogers1-0/+1
2024-09-03perf report: Support LLVM for addr2line()Steinar H. Gunderson1-0/+1
2024-08-29perf bpf-filter: Add build dependency to header filesNamhyung Kim1-2/+2
2024-08-20perf cap: Tidy up and improve capability testingIan Rogers1-1/+1
2024-08-13perf stat: Fork and launch 'perf record' when 'perf stat' needs to get retire...Weilin Wang1-0/+1
2024-08-13perf tool: Move fill defaults into tool.cIan Rogers1-0/+1
2024-08-02perf bpf: Move BPF disassembly routines to separate file to avoid clash with ...Arnaldo Carvalho de Melo1-0/+1
2024-06-26perf util: Make util its own libraryIan Rogers1-197/+197
2024-05-08perf mem-info: Move mem-info out of mem-events and symbolIan Rogers1-0/+1
2024-04-12perf util: Add shellcheck to generate-cmdlist.shIan Rogers1-0/+14
2024-04-03perf annotate: Split out util/disasm.cNamhyung Kim1-0/+1
2024-03-04perf threads: Move threads to its own filesIan Rogers1-0/+1
2024-02-21perf: util: use capstone disasm engine to show assembly instructionsChangbin Du1-0/+1
2023-12-24perf annotate-data: Add find_data_type() to get type from memory accessNamhyung Kim1-0/+1
2023-12-19Merge 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/...Linus Torvalds1-0/+2
2023-10-25perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exitIan Rogers1-0/+1
2023-10-19perf 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 buil...Arnaldo 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-29perf parse-event: Add memory allocation test for name termsIan Rogers1-1/+1
2023-07-29perf build: Define YYNOMEM as YYNOABORT for bison < 3.81Arnaldo Carvalho de Melo1-0/+6
2023-06-21perf 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