summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2023-05-26perf evsel: Separate bpf_counter_list and bpf_filters, can be used at the sam...Song Liu2-4/+3
2023-05-26perf cs-etm: Copy kernel coresight-pmu.h headerJames Clark1-0/+13
2023-05-26perf build: Don't compile demangle-cxx.cpp if not necessaryIan Rogers2-1/+28
2023-05-26perf bpf filter: Fix a broken perf sample data naming for BPF CO-RENamhyung Kim1-2/+2
2023-05-16perf metrics: Avoid segv with --topdown for metrics without a groupIan Rogers1-1/+1
2023-05-10perf lock contention: Add empty 'struct rq' to satisfy libbpf 'runqueue' type...Jiri Olsa1-0/+2
2023-05-10perf bpf skels: Make vmlinux.h use bpf.h and perf_event.h in source directoryYang Jihong1-0/+1
2023-05-10perf parse-events: Do not break up AUX event groupAdrian Hunter1-6/+3
2023-05-10perf evsel: Modify group pmu name for software eventsIan Rogers1-6/+9
2023-05-10perf parse-events: Don't reorder ungrouped events by PMUIan Rogers1-8/+15
2023-05-10perf metric: JSON flag to not group events if gathering a metric groupIan Rogers1-4/+4
2023-05-10perf stat: Introduce skippable evselsIan Rogers2-2/+14
2023-05-10perf metric: Change divide by zero and !support events behaviorIan Rogers3-8/+25
2023-05-07Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds131-3119/+4981
2023-05-06perf metrics: Fix SEGV with --for-each-cgroupIan Rogers1-0/+1
2023-05-06perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used s...Arnaldo Carvalho de Melo2-1/+173
2023-05-05perf stat: Separate bperf from bpf_profilerDmitrii Dolgov1-0/+5
2023-05-04Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds6-0/+100
2023-05-02perf tracepoint: Fix memory leak in is_valid_tracepoint()Yang Jihong1-0/+1
2023-05-02perf cs-etm: Add fix for coresight trace for any range of CPUsGanapatrao Kulkarni1-1/+23
2023-05-02perf unwind: Suppress massive unsupported target platform errorsChangbin Du1-1/+1
2023-05-02perf script: Print raw ip instead of binary offset for callchainChangbin Du1-7/+2
2023-05-02perf symbols: Fix return incorrect build_id size in elf_read_build_id()Yang Jihong1-1/+1
2023-05-02perf list: Modify the warning message about scandirat(3)Namhyung Kim1-1/+1
2023-05-02perf list: Fix memory leaks in print_tracepoint_events()Namhyung Kim1-4/+8
2023-05-02perf lock contention: Rework offset calculation with BPF CO-RENamhyung Kim1-7/+7
2023-05-02perf lock contention: Fix struct rq lock accessNamhyung Kim1-4/+4
2023-05-01tools/perf: Add basic support for LoongArchHuacai Chen6-0/+100
2023-04-29perf stat: Avoid SEGV on counter->nameIan Rogers1-1/+1
2023-04-24perf cs-etm: Add separate decode paths for timeless and per-thread modesJames Clark1-38/+124
2023-04-24perf cs-etm: Use bool type for boolean valuesJames Clark3-10/+10
2023-04-24perf cs-etm: Allow user to override timestamp and contextid settingsJames Clark1-0/+2
2023-04-24perf tools: Add util function for overriding user set config valuesJames Clark2-0/+33
2023-04-24perf cs-etm: Fix timeless decode mode detectionJames Clark1-12/+18
2023-04-24perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo4-4/+10
2023-04-19perf probe: Add missing 0x prefix for addresses printed in hexadecimalArnaldo Carvalho de Melo1-1/+1
2023-04-19perf map: Add reference count checkingIan Rogers5-50/+61
2023-04-19perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...Arnaldo Carvalho de Melo6-53/+120
2023-04-19perf map: Add missing conversions to map__refcnt()Arnaldo Carvalho de Melo2-4/+4
2023-04-19perf maps: Add reference count checkingIan Rogers6-39/+46
2023-04-19perf maps: Use maps__nr_maps() instead of open coded maps->nr_mapsArnaldo Carvalho de Melo1-1/+1
2023-04-19perf maps: Add maps__refcnt() accessor to allow checking maps pointerArnaldo Carvalho de Melo2-3/+8
2023-04-19perf dso: Fix use before NULL check introduced by map__dso() introductionArnaldo Carvalho de Melo1-1/+1
2023-04-18perf cs-etm: Fix segfault in dso lookupJames Clark1-2/+4
2023-04-18perf namespaces: Introduce nsinfo__mntns_path() accessor to avoid accessing -...Arnaldo Carvalho de Melo1-3/+8
2023-04-18perf namespaces: Introduce nsinfo__refcnt() accessor to avoid accessing ->ref...Arnaldo Carvalho de Melo1-4/+8
2023-04-18perf namespaces: Use the need_setns() accessors instead of accessing ->need_s...Arnaldo Carvalho de Melo1-3/+3
2023-04-18perf namespaces: Add reference count checkingIan Rogers2-57/+78
2023-04-18perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso...Arnaldo Carvalho de Melo5-7/+11
2023-04-17perf cpumap: Add reference count checkingIan Rogers2-8/+8