Age | Commit message (Expand) | Author |
2024-12-18 | perf lock: Move common lock contention code to new file | Ian Rogers |
2024-12-18 | perf x86: Define arch_fetch_insn in NO_AUXTRACE builds | Ian Rogers |
2024-12-18 | perf kvm: Move functions used in util out of builtin | Ian Rogers |
2024-12-09 | perf trace-event: Always build trace-event-info.c | Ian Rogers |
2024-12-09 | perf btf: Make the sigtrap test helper to find a member by name widely available | Arnaldo Carvalho de Melo |
2024-11-09 | perf dwarf-regs: Move powerpc dwarf-regs out of arch | Ian Rogers |
2024-11-09 | perf dwarf-regs: Move csky dwarf-regs out of arch | Ian Rogers |
2024-11-09 | perf dwarf-regs: Move x86 dwarf-regs out of arch | Ian Rogers |
2024-11-09 | perf hwmon_pmu: Add hwmon filename parser | Ian Rogers |
2024-10-18 | perf build: Rename CONFIG_DWARF to CONFIG_LIBDW | Ian Rogers |
2024-10-10 | perf tool_pmu: Factor tool events into their own PMU | Ian Rogers |
2024-09-03 | perf report: Support LLVM for addr2line() | Steinar H. Gunderson |
2024-08-28 | perf bpf-filter: Add build dependency to header files | Namhyung Kim |
2024-08-20 | perf cap: Tidy up and improve capability testing | Ian Rogers |
2024-08-13 | perf stat: Fork and launch 'perf record' when 'perf stat' needs to get retire... | Weilin Wang |
2024-08-12 | perf tool: Move fill defaults into tool.c | Ian Rogers |
2024-08-01 | perf bpf: Move BPF disassembly routines to separate file to avoid clash with ... | Arnaldo Carvalho de Melo |
2024-06-26 | perf util: Make util its own library | Ian Rogers |
2024-05-07 | perf mem-info: Move mem-info out of mem-events and symbol | Ian Rogers |
2024-04-12 | perf util: Add shellcheck to generate-cmdlist.sh | Ian Rogers |
2024-04-03 | perf annotate: Split out util/disasm.c | Namhyung Kim |
2024-03-03 | perf threads: Move threads to its own files | Ian Rogers |
2024-02-20 | perf: util: use capstone disasm engine to show assembly instructions | Changbin Du |
2023-12-23 | perf annotate-data: Add find_data_type() to get type from memory access | Namhyung Kim |
2023-12-18 | Merge remote-tracking branch 'torvalds/master' into perf-tools-next | Arnaldo Carvalho de Melo |
2023-11-22 | perf build: Ensure sysreg-defs Makefile respects output dir | Oliver Upton |
2023-11-10 | perf tools: Add util/debuginfo.[ch] files | Namhyung Kim |
2023-11-03 | Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2023-10-25 | perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exit | Ian Rogers |
2023-10-18 | perf build: Generate arm64's sysreg-defs.h and add to include path | Oliver Upton |
2023-09-12 | perf kwork top: Implements BPF-based cpu usage statistics | Yang Jihong |
2023-08-16 | perf parse-regs: Refactor arch register parsing functions | Leo Yan |
2023-08-15 | perf parse-events: Remove BPF event support | Ian Rogers |
2023-08-15 | perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c) | Ian Rogers |
2023-08-11 | perf build: Remove -Wno-unused-but-set-variable from the flex flags when buil... | Arnaldo Carvalho de Melo |
2023-08-03 | perf build: Remove -Wno-redundant-decls in 2 cases | Ian Rogers |
2023-08-03 | perf build: Disable fewer bison warnings | Ian Rogers |
2023-08-03 | perf build: Disable fewer flex warnings | Ian Rogers |
2023-07-28 | perf parse-event: Add memory allocation test for name terms | Ian Rogers |
2023-07-28 | perf build: Define YYNOMEM as YYNOABORT for bison < 3.81 | Arnaldo Carvalho de Melo |
2023-06-20 | perf sharded_mutex: Introduce sharded_mutex | Ian Rogers |
2023-06-12 | perf addr_location: Move to its own header | Ian Rogers |
2023-05-31 | Merge tag 'perf-tools-fixes-for-v6.4-2-2023-05-30' into perf-tools-next | Arnaldo Carvalho de Melo |
2023-05-27 | perf pmu: Remove perf_pmu__hybrid_pmus list | Ian Rogers |
2023-05-27 | perf evlist: Reduce scope of evlist__has_hybrid | Ian Rogers |
2023-05-26 | perf build: Don't compile demangle-cxx.cpp if not necessary | Ian Rogers |
2023-05-15 | perf parse-events: Remove now unused hybrid logic | Ian Rogers |
2023-03-15 | perf bpf filter: Introduce basic BPF filter expression | Namhyung Kim |
2023-03-15 | perf script: Fix Python support when no libtraceevent | Adrian Hunter |
2023-03-14 | perf symbol: Add abi::__cxa_demangle C++ demangling support | Ian Rogers |