summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2023-08-11perf test uprobe_from_different_cu: Skip if there is no gccGeorg Müller
2023-08-11perf pmu arm64: Fix reading the PMU cpu slots in sysfsHaixin Yu
2023-07-27perf build: Fix library not found error when using CSLIBSJames Clark
2023-07-27perf probe: Read DWARF files from the correct CUGeorg Müller
2023-07-27perf probe: Add test for regression introduced by switch to die_get_decl_file()Georg Müller
2023-07-19perf bpf: Move the declaration of struct rqIan Rogers
2023-07-19perf test: Set PERF_EXEC_PATH for script executionNamhyung Kim
2023-07-19perf stat: Reset aggr stats for each runNamhyung Kim
2023-07-19perf tool x86: Fix perf_env memory leakIan Rogers
2023-07-19perf tool x86: Consolidate is_amd check into single functionRavi Bangoria
2023-07-19perf tests task_analyzer: Skip tests if no libtraceevent supportAditya Gupta
2023-07-19perf tests task_analyzer: Fix bad substitution ${$1}Aditya Gupta
2023-07-19perf metric: Fix no group checkKan Liang
2023-07-19perf dwarf-aux: Fix off-by-one in die_get_varname()Namhyung Kim
2023-07-19perf script: Fix allocation of evsel->priv related to per-event dump filesArnaldo Carvalho de Melo
2023-07-19perf bench: Add missing setlocale() call to allow usage of %'d style formattingArnaldo Carvalho de Melo
2023-07-19perf evsel: Don't let for_each_group() treat the head of the list as one of i...Ian Rogers
2023-05-26perf evsel: Separate bpf_counter_list and bpf_filters, can be used at the sam...Song Liu
2023-05-26perf cs-etm: Copy kernel coresight-pmu.h headerJames Clark
2023-05-26perf bpf: Do not use llvm-strip on BPF binarySong Liu
2023-05-26perf build: Don't compile demangle-cxx.cpp if not necessaryIan Rogers
2023-05-26perf arm: Fix include path to cs-etm.hIan Rogers
2023-05-26perf bpf filter: Fix a broken perf sample data naming for BPF CO-RENamhyung Kim
2023-05-26perf ftrace latency: Remove unnecessary "--" from --use-nsec optionNamhyung Kim
2023-05-19perf test attr: Fix python SafeConfigParser() deprecation warningIan Rogers
2023-05-19perf test attr: Update no event/metric expectationsIan Rogers
2023-05-17tools headers UAPI: Sync arch prctl headers with the kernel sourcesArnaldo Carvalho de Melo
2023-05-17tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo
2023-05-16tools headers UAPI: Sync s390 syscall table file that wires up the memfd_secr...Arnaldo Carvalho de Melo
2023-05-16perf metrics: Avoid segv with --topdown for metrics without a groupIan Rogers
2023-05-10perf lock contention: Add empty 'struct rq' to satisfy libbpf 'runqueue' type...Jiri Olsa
2023-05-10perf cs-etm: Fix contextid validationJames Clark
2023-05-10perf arm64: Fix build with refcount checkingJames Clark
2023-05-10perf test: Add stat test for record and scriptSandipan Das
2023-05-10perf script: Skip aggregation for stat eventsSandipan Das
2023-05-10perf build: Add system include paths to BPF buildsIan Rogers
2023-05-10perf bpf skels: Make vmlinux.h use bpf.h and perf_event.h in source directoryYang Jihong
2023-05-10perf parse-events: Do not break up AUX event groupAdrian Hunter
2023-05-10perf test test_intel_pt.sh: Test sample mode with event with PMU nameAdrian Hunter
2023-05-10perf evsel: Modify group pmu name for software eventsIan Rogers
2023-05-10perf build: Gracefully fail the build if BUILD_BPF_SKEL=1 is specified and cl...Arnaldo Carvalho de Melo
2023-05-10perf test java symbol: Remove needless debuginfod queriesThomas Richter
2023-05-10perf parse-events: Don't reorder ungrouped events by PMUIan Rogers
2023-05-10perf metric: JSON flag to not group events if gathering a metric groupIan Rogers
2023-05-10perf stat: Introduce skippable evselsIan Rogers
2023-05-10perf metric: Change divide by zero and !support events behaviorIan Rogers
2023-05-07Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-05-06Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo
2023-05-06Revert "perf build: Warn for BPF skeletons if endian mismatches"Arnaldo Carvalho de Melo
2023-05-05perf metrics: Fix SEGV with --for-each-cgroupIan Rogers