index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-24
perf stat: Pass const char *prefix to display routines
Namhyung Kim
2
-10
/
+10
2022-11-24
perf stat: Remove metric_only argument in print_counter_aggrdata()
Namhyung Kim
1
-11
/
+6
2022-11-24
perf stat: Remove prefix argument in print_metric_headers()
Namhyung Kim
1
-16
/
+10
2022-11-24
perf stat: Use scnprintf() in prepare_interval()
Namhyung Kim
1
-10
/
+10
2022-11-24
perf stat: Do not align time prefix in CSV output
Namhyung Kim
1
-3
/
+6
2022-11-24
perf stat: Move summary prefix printing logic in CSV output
Namhyung Kim
1
-7
/
+7
2022-11-24
perf stat: Fix cgroup display in JSON output
Namhyung Kim
1
-1
/
+1
2022-11-23
perf lock contention: Do not use BPF task local storage
Namhyung Kim
2
-12
/
+23
2022-11-23
perf test: Fix record test on KVM guests
Michael Petlan
1
-1
/
+1
2022-11-23
perf inject: Set PERF_RECORD_MISC_BUILD_ID_SIZE
Namhyung Kim
1
-1
/
+2
2022-11-23
perf test: Skip watchpoint tests if no watchpoints available
Naveen N. Rao
1
-5
/
+7
2022-11-23
perf trace: Remove unused bpf map 'syscalls'
Leo Yan
2
-118
/
+0
2022-11-23
perf augmented_raw_syscalls: Remove unused variable 'syscall'
Leo Yan
1
-1
/
+0
2022-11-23
perf trace: Handle failure when trace point folder is missed
Leo Yan
1
-7
/
+10
2022-11-23
perf trace: Return error if a system call doesn't exist
Leo Yan
1
-2
/
+2
2022-11-23
perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace number
Leo Yan
1
-4
/
+7
2022-11-23
perf list: Add JSON output option
Ian Rogers
2
-67
/
+245
2022-11-23
perf list: Reorganize to use callbacks to allow honouring command line options
Ian Rogers
7
-512
/
+624
2022-11-23
perf build: Fix LIBTRACEEVENT_DYNAMIC
Ian Rogers
2
-4
/
+24
2022-11-23
perf test: Replace data symbol test workload with datasym
Namhyung Kim
1
-28
/
+1
2022-11-23
perf test: Add 'datasym' test workload
Namhyung Kim
4
-0
/
+28
2022-11-23
perf test: Replace brstack test workload
Namhyung Kim
1
-54
/
+12
2022-11-23
perf test: Add 'brstack' test workload
Namhyung Kim
4
-0
/
+44
2022-11-23
perf test: Replace arm spe fork test workload with sqrtloop
Namhyung Kim
1
-43
/
+1
2022-11-23
perf test: Add 'sqrtloop' test workload
Namhyung Kim
4
-0
/
+49
2022-11-23
perf test: Replace arm callgraph fp test workload with leafloop
Namhyung Kim
1
-31
/
+3
2022-11-23
perf test: Add 'leafloop' test workload
Namhyung Kim
4
-0
/
+39
2022-11-20
perf test: Replace record test workload with thloop
Namhyung Kim
1
-56
/
+3
2022-11-20
perf test: Add 'thloop' test workload
Namhyung Kim
4
-0
/
+56
2022-11-20
perf test: Replace pipe test workload with noploop
Namhyung Kim
1
-45
/
+10
2022-11-20
perf test: Add -w/--workload option
Namhyung Kim
5
-0
/
+83
2022-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-4
/
+12
2022-11-16
perf build: Use tools/lib headers from install path
Ian Rogers
2
-4
/
+14
2022-11-16
perf cpumap: Tidy libperf includes
Ian Rogers
6
-5
/
+5
2022-11-16
perf thread_map: Reduce exposure of libperf internal API
Ian Rogers
10
-9
/
+12
2022-11-16
perf expr: Tidy hashmap dependency
Ian Rogers
9
-18
/
+6
2022-11-16
perf build: Install libsymbol locally when building
Ian Rogers
4
-10
/
+24
2022-11-16
perf build: Install libtraceevent locally when building
Ian Rogers
2
-20
/
+40
2022-11-16
perf build: Install libperf locally when building
Ian Rogers
2
-7
/
+15
2022-11-16
perf build: Install libapi locally when building
Ian Rogers
2
-12
/
+16
2022-11-16
perf build: Install libsubcmd locally when building
Ian Rogers
2
-8
/
+17
2022-11-16
perf stat: Add print_aggr_cgroup() for --for-each-cgroup and --topdown
Namhyung Kim
1
-1
/
+40
2022-11-16
perf stat: Support --for-each-cgroup and --metric-only
Namhyung Kim
1
-11
/
+47
2022-11-16
perf stat: Factor out print_metric_{begin,end}()
Namhyung Kim
1
-22
/
+34
2022-11-16
perf stat: Factor out prefix display
Namhyung Kim
1
-28
/
+15
2022-11-16
perf stat: Move condition to print_footer()
Namhyung Kim
1
-2
/
+4
2022-11-16
perf stat: Rework header display
Namhyung Kim
1
-79
/
+106
2022-11-16
perf stat: Remove impossible condition
Namhyung Kim
1
-3
/
+0
2022-11-16
perf stat: Cleanup interval print alignment
Namhyung Kim
1
-74
/
+91
2022-11-16
perf stat: Factor out prepare_interval()
Namhyung Kim
1
-15
/
+24
[prev]
[next]