index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-kwork.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-21
perf kwork: Fix a build error on 32-bit
Yang Jihong
1
-1
/
+1
2023-09-27
perf kwork: Fix spelling mistake "Captuer" -> "Capture"
Colin Ian King
1
-1
/
+1
2023-09-16
perf kwork: Fix spelling mistake "COMMMAND" -> "COMMAND"
Colin Ian King
1
-1
/
+1
2023-09-12
perf kwork top: Implements BPF-based cpu usage statistics
Yang Jihong
1
-3
/
+59
2023-09-12
perf kwork top: Add -C/--cpu -i/--input -n/--name -s/--sort --time options
Yang Jihong
1
-3
/
+54
2023-09-12
perf kwork top: Add statistics on softirq event support
Yang Jihong
1
-8
/
+22
2023-09-12
perf kwork top: Add statistics on hardirq event support
Yang Jihong
1
-6
/
+87
2023-09-12
perf kwork top: Introduce new top utility
Yang Jihong
1
-1
/
+386
2023-09-12
perf kwork: Add `root` parameter to work_sort()
Yang Jihong
1
-3
/
+3
2023-09-12
perf kwork: Add sched record support
Yang Jihong
1
-1
/
+68
2023-09-12
perf kwork: Set default events list if not specified in setup_event_list()
Yang Jihong
1
-15
/
+10
2023-09-12
perf kwork: Overwrite original atom in the list when a new atom is pushed.
Yang Jihong
1
-6
/
+18
2023-09-12
perf kwork: Add `kwork` and `src_type` to work_init() for 'struct kwork_class'
Yang Jihong
1
-5
/
+11
2023-09-12
perf kwork: Set ordered_events to true in 'struct perf_tool'
Yang Jihong
1
-3
/
+4
2023-09-12
perf kwork: Fix incorrect and missing free atom in work_push_atom()
Yang Jihong
1
-2
/
+4
2023-06-12
perf callchain: Use pthread keys for tls callchain_cursor
Ian Rogers
1
-2
/
+10
2023-06-12
perf addr_location: Add init/exit/copy functions
Ian Rogers
1
-4
/
+11
2023-04-11
perf util: Move input_name to util
Ian Rogers
1
-1
/
+1
2022-12-14
perf build: Use libtraceevent from the system
Ian Rogers
1
-0
/
+1
2022-12-05
perf tools: Use dedicated non-atomic clear/set bit helpers
Sean Christopherson
1
-3
/
+3
2022-10-31
perf kwork: Remove includes not needed in kwork.h
Arnaldo Carvalho de Melo
1
-0
/
+6
2022-07-26
perf kwork: Implement BPF trace
Yang Jihong
1
-6
/
+68
2022-07-26
perf kwork: Implement perf kwork timehist
Yang Jihong
1
-1
/
+298
2022-07-26
perf kwork: Add workqueue latency support
Yang Jihong
1
-1
/
+15
2022-07-26
perf kwork: Add softirq latency support
Yang Jihong
1
-1
/
+15
2022-07-26
perf kwork: Implement perf kwork latency
Yang Jihong
1
-1
/
+162
2022-07-26
perf kwork: Add workqueue report support
Yang Jihong
1
-2
/
+72
2022-07-26
perf kwork: Add softirq report support
Yang Jihong
1
-2
/
+96
2022-07-26
perf kwork: Add irq report support
Yang Jihong
1
-2
/
+61
2022-07-26
perf kwork: Implement 'report' subcommand
Yang Jihong
1
-2
/
+860
2022-07-26
perf kwork: Add workqueue kwork record support
Yang Jihong
1
-1
/
+15
2022-07-26
perf kwork: Add softirq kwork record support
Yang Jihong
1
-1
/
+15
2022-07-26
perf kwork: Add irq kwork record support
Yang Jihong
1
-1
/
+14
2022-07-26
perf kwork: New tool to trace time properties of kernel work (such as softirq...
Yang Jihong
1
-0
/
+162