Age | Commit message (Expand) | Author |
2023-05-07 | Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2023-05-06 | Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL" | Arnaldo Carvalho de Melo |
2023-05-06 | Revert "perf build: Warn for BPF skeletons if endian mismatches" | Arnaldo Carvalho de Melo |
2023-05-05 | perf metrics: Fix SEGV with --for-each-cgroup | Ian Rogers |
2023-05-05 | perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used s... | Arnaldo Carvalho de Melo |
2023-05-05 | perf stat: Separate bperf from bpf_profiler | Dmitrii Dolgov |
2023-05-04 | Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ch... | Linus Torvalds |
2023-05-03 | perf test record+probe_libc_inet_pton: Fix call chain match on x86_64 | Thomas Richter |
2023-05-03 | perf test record+probe_libc_inet_pton: Fix call chain match on s390 | Thomas Richter |
2023-05-02 | perf tracepoint: Fix memory leak in is_valid_tracepoint() | Yang Jihong |
2023-05-02 | perf cs-etm: Add fix for coresight trace for any range of CPUs | Ganapatrao Kulkarni |
2023-05-02 | perf build: Fix unescaped # in perf build-test | James Clark |
2023-05-02 | perf unwind: Suppress massive unsupported target platform errors | Changbin Du |
2023-05-02 | perf script: Add new parameter in kfree_skb tracepoint to the python scripts ... | Sriram Yagnaraman |
2023-05-02 | perf script: Print raw ip instead of binary offset for callchain | Changbin Du |
2023-05-02 | perf symbols: Fix return incorrect build_id size in elf_read_build_id() | Yang Jihong |
2023-05-02 | perf list: Modify the warning message about scandirat(3) | Namhyung Kim |
2023-05-02 | perf list: Fix memory leaks in print_tracepoint_events() | Namhyung Kim |
2023-05-02 | perf lock contention: Rework offset calculation with BPF CO-RE | Namhyung Kim |
2023-05-02 | perf lock contention: Fix struct rq lock access | Namhyung Kim |
2023-05-01 | tools/perf: Add basic support for LoongArch | Huacai Chen |
2023-04-28 | perf stat: Disable TopdownL1 on hybrid | Ian Rogers |
2023-04-28 | perf stat: Avoid SEGV on counter->name | Ian Rogers |
2023-04-27 | Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2023-04-27 | Merge tag 'sh-for-v6.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-04-24 | perf cs-etm: Add separate decode paths for timeless and per-thread modes | James Clark |
2023-04-24 | perf cs-etm: Use bool type for boolean values | James Clark |
2023-04-24 | perf cs-etm: Allow user to override timestamp and contextid settings | James Clark |
2023-04-24 | perf cs-etm: Validate options after applying them | James Clark |
2023-04-24 | perf cs-etm: Don't test full_auxtrace because it's always set | James Clark |
2023-04-24 | perf tools: Add util function for overriding user set config values | James Clark |
2023-04-24 | perf cs-etm: Fix timeless decode mode detection | James Clark |
2023-04-24 | perf evsel: Introduce evsel__name_is() method to check if the evsel name is e... | Arnaldo Carvalho de Melo |
2023-04-20 | perf test: Fix maps use after put | Ian Rogers |
2023-04-19 | perf probe: Add missing 0x prefix for addresses printed in hexadecimal | Arnaldo Carvalho de Melo |
2023-04-19 | perf build: Test the refcnt check build | Arnaldo Carvalho de Melo |
2023-04-19 | perf map: Add reference count checking | Ian Rogers |
2023-04-19 | perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne... | Arnaldo Carvalho de Melo |
2023-04-19 | perf map: Add missing conversions to map__refcnt() | Arnaldo Carvalho de Melo |
2023-04-19 | perf maps: Add reference count checking | Ian Rogers |
2023-04-19 | perf maps: Use maps__nr_maps() instead of open coded maps->nr_maps | Arnaldo Carvalho de Melo |
2023-04-19 | perf maps: Add maps__refcnt() accessor to allow checking maps pointer | Arnaldo Carvalho de Melo |
2023-04-19 | perf dso: Fix use before NULL check introduced by map__dso() introduction | Arnaldo Carvalho de Melo |
2023-04-18 | perf cs-etm: Fix segfault in dso lookup | James Clark |
2023-04-17 | perf script task-analyzer: Fix spelling mistake "miliseconds" -> "milliseconds" | Colin Ian King |
2023-04-17 | perf namespaces: Introduce nsinfo__mntns_path() accessor to avoid accessing -... | Arnaldo Carvalho de Melo |
2023-04-17 | perf namespaces: Introduce nsinfo__refcnt() accessor to avoid accessing ->ref... | Arnaldo Carvalho de Melo |
2023-04-17 | perf namespaces: Use the need_setns() accessors instead of accessing ->need_s... | Arnaldo Carvalho de Melo |
2023-04-17 | perf namespaces: Add reference count checking | Ian Rogers |
2023-04-17 | perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso... | Arnaldo Carvalho de Melo |