summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2023-01-22perf symbols: Add symbol for .plt headerAdrian Hunter
2023-01-22perf symbols: Do not check ss->dynsym twiceAdrian Hunter
2023-01-22perf symbols: Slightly simplify 'err' usage in dso__synthesize_plt_symbols()Adrian Hunter
2023-01-22perf symbols: Add dso__find_symbol_nocache()Adrian Hunter
2023-01-22perf symbols: Check plt_entry_size is not zeroAdrian Hunter
2023-01-22perf symbols: Factor out get_plt_sizes()Adrian Hunter
2023-01-22perf test: Add Symbols testAdrian Hunter
2023-01-19perf test workload thloop: Make count increments atomicIan Rogers
2023-01-19perf debug: Increase libtraceevent logging when verboseIan Rogers
2023-01-19perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVEIan Rogers
2023-01-19perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVEIan Rogers
2023-01-19perf llvm: Fix inadvertent file creationIan Rogers
2023-01-19perf vendor events intel: Add Emerald RapidsKan Liang
2023-01-19perf docs: Fix a typo in 'perf probe' man page: l20th -> 120thqinyu
2023-01-19perf vendor events arm64: Add instruction mix metrics for neoverse-n2-v2Jing Zhang
2023-01-19perf vendor events arm64: Add PE utilization metrics for neoverse-n2-v2Jing Zhang
2023-01-19perf vendor events arm64: Add branch metrics for neoverse-n2-v2Jing Zhang
2023-01-19perf vendor events arm64: Add cache metrics for neoverse-n2-v2Jing Zhang
2023-01-19perf vendor events arm64: Add TLB metrics for neoverse-n2-v2Jing Zhang
2023-01-19perf vendor events arm64: Add topdown L1 metrics for neoverse-n2-v2Jing Zhang
2023-01-19perf vendor events arm64: Add common topdown L1 metricsJing Zhang
2023-01-19perf jevent: Add general metrics supportJing Zhang
2023-01-19perf pmu: Add #slots literal support for arm64Jing Zhang
2023-01-19perf script flamegraph: Avoid d3-flame-graph package dependencyIan Rogers
2023-01-18perf test build-id: Fix test check for PE fileAthira Rajeev
2023-01-18perf buildid-cache: Fix the file mode with copyfile() while adding file to bu...Athira Rajeev
2023-01-18perf expr: Prevent normalize() from reading into undefined memory in the expr...Sohom Datta
2023-01-18perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo
2023-01-11perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter
2023-01-10perf bpf: Avoid build breakage with libbpf < 0.8.0 + LIBBPF_DYNAMIC=1Arnaldo Carvalho de Melo
2023-01-10perf build: Fix build error when NO_LIBBPF=1Ian Rogers
2023-01-10perf tools: Don't install libtraceevent plugins as its not anymore in the ker...Arnaldo Carvalho de Melo
2023-01-10perf kmem: Support field "node" in evsel__process_alloc_event() coping with r...Leo Yan
2023-01-10perf kmem: Support legacy tracepointsLeo Yan
2023-01-10perf build: Properly guard libbpf includesIan Rogers
2023-01-09perf tests bpf prologue: Fix bpf-script-test-prologue test compile issue with...Athira Rajeev
2023-01-04perf tools: Fix build on uClibc systems by adding missing sys/types.h includeJesus Sanchez-Palencia
2023-01-04perf stat: Fix handling of --for-each-cgroup with --bpf-counters to match non...Namhyung Kim
2023-01-04perf stat: Fix handling of unsupported cgroup events when using BPF countersNamhyung Kim
2023-01-04perf test record_probe_libc_inet_pton: Fix test on s/390 where 'text_to_binar...Thomas Richter
2023-01-03perf lock contention: Fix core dump related to not finding the "__sched_text_...Thomas Richter
2023-01-03perf build: Don't propagate subdir to submakes for install_headersIan Rogers
2023-01-03perf test record_probe_libc_inet_pton: Fix failure due to extra inet_pton() b...Arnaldo Carvalho de Melo
2023-01-02perf tools: Fix segfault when trying to process tracepoints in perf.data and ...Arnaldo Carvalho de Melo
2023-01-02perf tools: Don't include signature in version stringsAhelenia ZiemiaƄska
2023-01-02perf help: Use HAVE_LIBTRACEEVENT to filter out unsupported commandsYang Jihong
2023-01-02perf tools riscv: Fix build error on riscv due to missing header for 'struct ...Eric Lin
2023-01-02perf tools: Fix resources leak in perf_data__open_dir()Miaoqian Lin
2022-12-22Merge tag 'perf-tools-for-v6.2-2-2022-12-22' of git://git.kernel.org/pub/scm/...Linus Torvalds
2022-12-22perf python: Fix splitting CC into compiler and optionsArnaldo Carvalho de Melo