index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
bpf_skel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-12
perf kwork top: Add BPF-based statistics on softirq event support
Yang Jihong
1
-0
/
+72
2023-09-12
perf kwork top: Add BPF-based statistics on hardirq event support
Yang Jihong
1
-0
/
+79
2023-09-12
perf kwork top: Implements BPF-based cpu usage statistics
Yang Jihong
1
-0
/
+187
2023-08-21
perf bpf augmented_raw_syscalls: Add an assert to make sure sizeof(augmented_...
Arnaldo Carvalho de Melo
1
-0
/
+1
2023-08-21
perf bpf augmented_raw_syscalls: Add an assert to make sure sizeof(saddr) is ...
Arnaldo Carvalho de Melo
1
-0
/
+11
2023-08-16
perf bpf_skel augmented_raw_syscalls: Cap the socklen parameter using &= size...
Arnaldo Carvalho de Melo
1
-4
/
+2
2023-08-15
perf trace: Tidy comments related to BPF + syscall augmentation
Ian Rogers
1
-8
/
+0
2023-08-15
perf trace: Migrate BPF augmentation to use a skeleton
Ian Rogers
1
-0
/
+418
2023-07-20
perf bench uprobe trace_printk: Add entry attaching an BPF program that does ...
Arnaldo Carvalho de Melo
1
-0
/
+11
2023-07-20
perf bench uprobe empty: Add entry attaching an empty BPF program
Arnaldo Carvalho de Melo
1
-0
/
+12
2023-06-24
perf bpf: Move the declaration of struct rq
Ian Rogers
2
-2
/
+10
2023-06-24
perf build: Add ability to build with a generated vmlinux.h
Ian Rogers
2
-0
/
+1
2023-05-26
perf bpf filter: Fix a broken perf sample data naming for BPF CO-RE
Namhyung Kim
1
-2
/
+2
2023-05-10
perf lock contention: Add empty 'struct rq' to satisfy libbpf 'runqueue' type...
Jiri Olsa
1
-0
/
+2
2023-05-10
perf bpf skels: Make vmlinux.h use bpf.h and perf_event.h in source directory
Yang Jihong
1
-0
/
+1
2023-05-06
perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used s...
Arnaldo Carvalho de Melo
2
-1
/
+173
2023-05-02
perf lock contention: Rework offset calculation with BPF CO-RE
Namhyung Kim
1
-7
/
+7
2023-05-02
perf lock contention: Fix struct rq lock access
Namhyung Kim
1
-4
/
+4
2023-04-11
perf bpf filter: Support pre-5.16 kernels where 'mem_hops' isn't in 'union pe...
Ian Rogers
1
-2
/
+26
2023-04-11
perf lock contention: Support pre-5.14 kernels
Ian Rogers
1
-1
/
+14
2023-04-07
perf lock contention: Do not try to update if hash map is full
Namhyung Kim
1
-3
/
+19
2023-04-07
perf lock contention: Add data failure stat
Namhyung Kim
1
-1
/
+3
2023-04-07
perf lock contention: Update default map size to 16384
Namhyung Kim
2
-4
/
+4
2023-04-04
perf lock contention: Show detail failure reason for BPF
Namhyung Kim
1
-3
/
+10
2023-03-15
perf bpf filter: Add logical OR operator
Namhyung Kim
2
-15
/
+29
2023-03-15
perf bpf filter: Add data_src sample data support
Namhyung Kim
1
-0
/
+23
2023-03-15
perf bpf filter: Add more weight sample data support
Namhyung Kim
1
-0
/
+8
2023-03-15
perf bpf filter: Add 'pid' sample data support
Namhyung Kim
2
-2
/
+6
2023-03-15
perf bpf filter: Implement event sample filtering
Namhyung Kim
2
-0
/
+150
2023-03-14
perf tools bpf: Add vmlinux.h to .gitignore
Arnaldo Carvalho de Melo
1
-1
/
+2
2023-03-14
perf lock contention: Show lock type with address
Namhyung Kim
1
-0
/
+2
2023-03-14
perf lock contention: Show per-cpu rq_lock with address
Namhyung Kim
2
-0
/
+36
2023-03-14
perf lock contention: Track and show siglock with address
Namhyung Kim
2
-1
/
+7
2023-03-14
perf lock contention: Track and show mmap_lock with address
Namhyung Kim
2
-0
/
+47
2023-03-13
perf lock contention: Fix compiler builtin detection
Ian Rogers
1
-1
/
+7
2023-02-19
perf test: Fix offcpu test prev_state check
Namhyung Kim
1
-1
/
+1
2023-02-08
perf lock contention: Support old rw_semaphore type
Namhyung Kim
1
-13
/
+44
2023-02-08
perf lock contention: Add -o/--lock-owner option
Namhyung Kim
1
-5
/
+55
2023-02-03
perf lock contention: Support filters for different aggregation
Namhyung Kim
2
-6
/
+13
2022-12-21
perf lock contention: Support lock addr/name filtering for BPF
Namhyung Kim
1
-0
/
+17
2022-12-21
perf lock contention: Support lock type filtering for BPF
Namhyung Kim
1
-2
/
+19
2022-12-14
perf lock contention: Add -l/--lock-addr option
Namhyung Kim
2
-5
/
+14
2022-12-14
perf lock contention: Implement -t/--threads option for BPF
Namhyung Kim
1
-4
/
+37
2022-12-14
perf lock contention: Add lock_data.h for common data
Namhyung Kim
2
-16
/
+33
2022-11-23
perf lock contention: Do not use BPF task local storage
Namhyung Kim
1
-12
/
+22
2022-10-14
perf stat: Support old kernels for bperf cgroup counting
Namhyung Kim
1
-1
/
+28
2022-10-12
Merge tag 'perf-tools-for-v6.1-1-2022-10-07' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-2
/
+3
2022-10-10
Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-1
/
+1
2022-10-06
perf lock contention: Fix a build error on 32-bit
Namhyung Kim
1
-1
/
+1
2022-10-04
perf lock contention: Skip stack trace from BPF
Namhyung Kim
1
-1
/
+2
[prev]
[next]