index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
bpf_skel
Age
Commit message (
Expand
)
Author
2023-06-23
perf bpf: Move the declaration of struct rq
Ian Rogers
2023-06-23
perf build: Add ability to build with a generated vmlinux.h
Ian Rogers
2023-05-26
perf bpf filter: Fix a broken perf sample data naming for BPF CO-RE
Namhyung Kim
2023-05-10
perf lock contention: Add empty 'struct rq' to satisfy libbpf 'runqueue' type...
Jiri Olsa
2023-05-10
perf bpf skels: Make vmlinux.h use bpf.h and perf_event.h in source directory
Yang Jihong
2023-05-05
perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used s...
Arnaldo Carvalho de Melo
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-04-10
perf bpf filter: Support pre-5.16 kernels where 'mem_hops' isn't in 'union pe...
Ian Rogers
2023-04-10
perf lock contention: Support pre-5.14 kernels
Ian Rogers
2023-04-06
perf lock contention: Do not try to update if hash map is full
Namhyung Kim
2023-04-06
perf lock contention: Add data failure stat
Namhyung Kim
2023-04-06
perf lock contention: Update default map size to 16384
Namhyung Kim
2023-04-04
perf lock contention: Show detail failure reason for BPF
Namhyung Kim
2023-03-15
perf bpf filter: Add logical OR operator
Namhyung Kim
2023-03-15
perf bpf filter: Add data_src sample data support
Namhyung Kim
2023-03-15
perf bpf filter: Add more weight sample data support
Namhyung Kim
2023-03-15
perf bpf filter: Add 'pid' sample data support
Namhyung Kim
2023-03-15
perf bpf filter: Implement event sample filtering
Namhyung Kim
2023-03-14
perf tools bpf: Add vmlinux.h to .gitignore
Arnaldo Carvalho de Melo
2023-03-14
perf lock contention: Show lock type with address
Namhyung Kim
2023-03-14
perf lock contention: Show per-cpu rq_lock with address
Namhyung Kim
2023-03-14
perf lock contention: Track and show siglock with address
Namhyung Kim
2023-03-14
perf lock contention: Track and show mmap_lock with address
Namhyung Kim
2023-03-13
perf lock contention: Fix compiler builtin detection
Ian Rogers
2023-02-19
perf test: Fix offcpu test prev_state check
Namhyung Kim
2023-02-08
perf lock contention: Support old rw_semaphore type
Namhyung Kim
2023-02-08
perf lock contention: Add -o/--lock-owner option
Namhyung Kim
2023-02-03
perf lock contention: Support filters for different aggregation
Namhyung Kim
2022-12-21
perf lock contention: Support lock addr/name filtering for BPF
Namhyung Kim
2022-12-21
perf lock contention: Support lock type filtering for BPF
Namhyung Kim
2022-12-14
perf lock contention: Add -l/--lock-addr option
Namhyung Kim
2022-12-14
perf lock contention: Implement -t/--threads option for BPF
Namhyung Kim
2022-12-14
perf lock contention: Add lock_data.h for common data
Namhyung Kim
2022-11-23
perf lock contention: Do not use BPF task local storage
Namhyung Kim
2022-10-14
perf stat: Support old kernels for bperf cgroup counting
Namhyung Kim
2022-10-11
Merge tag 'perf-tools-for-v6.1-1-2022-10-07' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2022-10-10
Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2022-10-06
perf lock contention: Fix a build error on 32-bit
Namhyung Kim
2022-10-04
perf lock contention: Skip stack trace from BPF
Namhyung Kim
2022-09-26
perf tools: Get a perf cgroup more portably in BPF
Namhyung Kim
2022-09-21
perf stat: Fix BPF program section name
Namhyung Kim
2022-08-15
cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]
Tejun Heo
2022-08-11
perf offcpu: Track child processes
Namhyung Kim
2022-08-11
perf offcpu: Check process id for the given workload
Namhyung Kim
2022-08-02
perf lock: Print the number of lost entries for BPF
Namhyung Kim
2022-08-01
perf lock: Implement cpu and task filters for BPF
Namhyung Kim
2022-08-01
perf lock: Use BPF for lock contention analysis
Namhyung Kim
2022-07-26
perf kwork: Add workqueue trace BPF support
Yang Jihong
2022-07-26
perf kwork: Add softirq trace BPF support
Yang Jihong
[next]