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-15
perf tracepoint: Sort events in iterator
Ian Rogers
1
-71
/
+37
2022-11-15
perf pmu: Add data structure documentation
Ian Rogers
2
-6
/
+132
2022-11-15
perf pmu: Remove mostly unused 'struct perf_pmu' 'is_hybrid' member
Ian Rogers
5
-16
/
+6
2022-11-14
perf stat: Add missing separator in the CSV header
Namhyung Kim
1
-2
/
+2
2022-11-14
perf stat: Fix summary output in CSV with --metric-only
Namhyung Kim
1
-3
/
+8
2022-11-14
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
4
-4
/
+12
2022-11-14
perf stat: Consolidate condition to print metrics
Namhyung Kim
1
-3
/
+1
2022-11-14
perf stat: Fix condition in print_interval()
Namhyung Kim
1
-2
/
+2
2022-11-14
perf stat: Add header for interval in JSON output
Namhyung Kim
1
-0
/
+4
2022-11-14
perf stat: Do not indent headers for JSON
Namhyung Kim
1
-1
/
+1
2022-11-14
perf stat: Fix --metric-only --json output
Namhyung Kim
1
-19
/
+3
2022-11-14
perf stat: Move common code in print_metric_headers()
Namhyung Kim
1
-5
/
+8
2022-11-14
perf stat: Clear screen only if output file is a tty
Namhyung Kim
1
-1
/
+1
2022-11-14
perf stat: Increase metric length to align outputs
Namhyung Kim
1
-1
/
+1
2022-11-11
libbpf: Hashmap.h update to fix build issues using LLVM14
Eduard Zingerman
1
-1
/
+2
2022-11-10
perf vendor events: Add Arm Neoverse V2 PMU events
James Clark
10
-1
/
+2
2022-11-10
perf print-events: Remove redundant comparison with zero
Kang Minchul
1
-4
/
+2
2022-11-10
perf data: Add tracepoint fields when converting to JSON
Dmitrii Dolgov
1
-0
/
+20
2022-11-10
perf lock: Allow concurrent record and report
Namhyung Kim
2
-23
/
+60
2022-11-10
perf trace: Add augmenter for clock_gettime's rqtp timespec arg
Arnaldo Carvalho de Melo
5
-0
/
+55
2022-11-09
libbpf: Hashmap interface update to allow both long and void* keys/values
Eduard Zingerman
10
-103
/
+109
2022-11-09
perf intel-pt: Add hybrid CPU compatibility test
Adrian Hunter
3
-1
/
+157
2022-11-09
perf intel-pt: Redefine test_suite to allow for adding more subtests
Adrian Hunter
1
-2
/
+12
2022-11-09
perf intel-pt: Start turning intel-pt-pkt-decoder-test.c into a suite of inte...
Adrian Hunter
2
-1
/
+1
2022-11-08
perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged data
Masami Hiramatsu (Google)
1
-17
/
+4
2022-11-08
perf tools: Add the include/perf/ directory to .gitignore
Donglin Peng
1
-0
/
+1
2022-11-08
perf test: Fix skipping branch stack sampling test
James Clark
2
-2
/
+7
2022-11-08
perf stat: Fix printing os->prefix in CSV metrics output
Athira Rajeev
1
-1
/
+1
2022-11-08
perf stat: Fix crash with --per-node --metric-only in CSV mode
Namhyung Kim
1
-1
/
+3
2022-11-07
perf trace: Add BPF augmenter to perf_event_open()'s 'struct perf_event_attr'...
Arnaldo Carvalho de Melo
3
-1
/
+90
2022-11-04
perf bpf: Rename perf_include_dir to libbpf_include_dir
Arnaldo Carvalho de Melo
3
-11
/
+11
2022-11-04
perf examples bpf: Remove augmented_syscalls.c, the raw_syscalls one should b...
Arnaldo Carvalho de Melo
2
-245
/
+0
2022-11-04
perf bpf: Remove now unused BPF headers
Ian Rogers
6
-146
/
+0
2022-11-04
perf trace: 5sec fix libbpf 1.0+ compatibility
Ian Rogers
1
-3
/
+5
2022-11-04
perf trace: empty fix libbpf 1.0+ compatibility
Ian Rogers
1
-2
/
+11
2022-11-04
perf trace: hello fix libbpf 1.0+ compatibility
Ian Rogers
1
-3
/
+21
2022-11-04
perf trace: Raw augmented syscalls fix libbpf 1.0+ compatibility
Ian Rogers
3
-19
/
+89
2022-11-03
perf trace: Use sig_atomic_t to avoid undefined behaviour in a signal handler
Ian Rogers
1
-2
/
+2
2022-11-03
perf top: Use sig_atomic_t to avoid undefined behaviour in a signal handler
Ian Rogers
1
-2
/
+2
2022-11-03
perf stat: Use sig_atomic_t to avoid undefined behaviour in a signal handler
Ian Rogers
1
-4
/
+4
2022-11-03
perf session: Change type to avoid undefined behaviour in a signal handler
Ian Rogers
1
-1
/
+2
2022-11-03
perf ftrace: Use sig_atomic_t to avoid UB
Ian Rogers
1
-2
/
+2
2022-11-03
perf daemon: Use sig_atomic_t to avoid UB
Ian Rogers
1
-1
/
+1
2022-11-03
perf record: Use sig_atomic_t for signal handlers
Ian Rogers
1
-4
/
+4
2022-11-03
perf build: Update to C standard to gnu11
Ian Rogers
1
-1
/
+1
2022-11-03
perf probe: Fix to get declared file name from clang DWARF5
Masami Hiramatsu (Google)
3
-22
/
+42
2022-11-03
perf probe: Use dwarf_attr_integrate as generic DWARF attr accessor
Masami Hiramatsu (Google)
1
-2
/
+2
2022-11-03
perf probe: Fix to avoid crashing if DW_AT_decl_file is NULL
Masami Hiramatsu (Google)
2
-9
/
+27
2022-10-31
perf lock contention: Increase default stack skip to 4
Namhyung Kim
1
-1
/
+1
2022-10-31
perf lock contention: Avoid variable length arrays
Namhyung Kim
1
-13
/
+28
[prev]
[next]