summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2023-05-07Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds-144419/+167336
2023-05-06Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo-20/+14
2023-05-06Revert "perf build: Warn for BPF skeletons if endian mismatches"Arnaldo Carvalho de Melo-10/+7
2023-05-05perf metrics: Fix SEGV with --for-each-cgroupIan Rogers-0/+1
2023-05-05perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used s...Arnaldo Carvalho de Melo-20/+174
2023-05-05perf stat: Separate bperf from bpf_profilerDmitrii Dolgov-2/+7
2023-05-04Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds-3/+469
2023-05-03perf test record+probe_libc_inet_pton: Fix call chain match on x86_64Thomas Richter-1/+0
2023-05-03perf test record+probe_libc_inet_pton: Fix call chain match on s390Thomas Richter-2/+0
2023-05-02perf tracepoint: Fix memory leak in is_valid_tracepoint()Yang Jihong-0/+1
2023-05-02perf cs-etm: Add fix for coresight trace for any range of CPUsGanapatrao Kulkarni-1/+23
2023-05-02perf build: Fix unescaped # in perf build-testJames Clark-1/+1
2023-05-02perf unwind: Suppress massive unsupported target platform errorsChangbin Du-1/+1
2023-05-02perf script: Add new parameter in kfree_skb tracepoint to the python scripts ...Sriram Yagnaraman-5/+5
2023-05-02perf script: Print raw ip instead of binary offset for callchainChangbin Du-7/+2
2023-05-02perf symbols: Fix return incorrect build_id size in elf_read_build_id()Yang Jihong-1/+1
2023-05-02perf list: Modify the warning message about scandirat(3)Namhyung Kim-1/+1
2023-05-02perf list: Fix memory leaks in print_tracepoint_events()Namhyung Kim-4/+8
2023-05-02perf lock contention: Rework offset calculation with BPF CO-RENamhyung Kim-7/+7
2023-05-02perf lock contention: Fix struct rq lock accessNamhyung Kim-4/+4
2023-05-01tools/perf: Add basic support for LoongArchHuacai Chen-3/+469
2023-04-28perf stat: Disable TopdownL1 on hybridIan Rogers-1/+7
2023-04-28perf stat: Avoid SEGV on counter->nameIan Rogers-1/+1
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2023-04-27Merge tag 'sh-for-v6.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+0
2023-04-24perf cs-etm: Add separate decode paths for timeless and per-thread modesJames Clark-38/+148
2023-04-24perf cs-etm: Use bool type for boolean valuesJames Clark-10/+10
2023-04-24perf cs-etm: Allow user to override timestamp and contextid settingsJames Clark-6/+27
2023-04-24perf cs-etm: Validate options after applying themJames Clark-84/+68
2023-04-24perf cs-etm: Don't test full_auxtrace because it's always setJames Clark-31/+25
2023-04-24perf tools: Add util function for overriding user set config valuesJames Clark-44/+37
2023-04-24perf cs-etm: Fix timeless decode mode detectionJames Clark-12/+18
2023-04-24perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo-25/+31
2023-04-20perf test: Fix maps use after putIan Rogers-4/+4
2023-04-19perf probe: Add missing 0x prefix for addresses printed in hexadecimalArnaldo Carvalho de Melo-1/+1
2023-04-19perf build: Test the refcnt check buildArnaldo Carvalho de Melo-0/+2
2023-04-19perf map: Add reference count checkingIan Rogers-51/+62
2023-04-19perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...Arnaldo Carvalho de Melo-65/+132
2023-04-19perf map: Add missing conversions to map__refcnt()Arnaldo Carvalho de Melo-4/+4
2023-04-19perf maps: Add reference count checkingIan Rogers-43/+50
2023-04-19perf maps: Use maps__nr_maps() instead of open coded maps->nr_mapsArnaldo Carvalho de Melo-1/+1
2023-04-19perf maps: Add maps__refcnt() accessor to allow checking maps pointerArnaldo Carvalho de Melo-9/+14
2023-04-19perf dso: Fix use before NULL check introduced by map__dso() introductionArnaldo Carvalho de Melo-7/+6
2023-04-18perf cs-etm: Fix segfault in dso lookupJames Clark-2/+4
2023-04-17perf script task-analyzer: Fix spelling mistake "miliseconds" -> "milliseconds"Colin Ian King-1/+1
2023-04-17perf namespaces: Introduce nsinfo__mntns_path() accessor to avoid accessing -...Arnaldo Carvalho de Melo-3/+8
2023-04-17perf namespaces: Introduce nsinfo__refcnt() accessor to avoid accessing ->ref...Arnaldo Carvalho de Melo-4/+8
2023-04-17perf namespaces: Use the need_setns() accessors instead of accessing ->need_s...Arnaldo Carvalho de Melo-3/+3
2023-04-17perf namespaces: Add reference count checkingIan Rogers-57/+78
2023-04-17perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso...Arnaldo Carvalho de Melo-10/+12