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-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
2022-10-31
perf lock contention: Check --max-stack option
Namhyung Kim
1
-3
/
+27
2022-10-31
perf lock contention: Fix memory sanitizer issue
Namhyung Kim
1
-1
/
+1
2022-10-31
perf test: Parse events workaround for dash/minus
Ian Rogers
1
-0
/
+13
2022-10-31
perf evlist: Add missing util/event.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2022-10-31
perf mmap: Remove several unneeded includes from util/mmap.h
Arnaldo Carvalho de Melo
1
-5
/
+0
2022-10-31
perf tests: Add missing event.h include
Arnaldo Carvalho de Melo
2
-0
/
+2
2022-10-31
perf thread: Move thread__resolve() from event.h
Arnaldo Carvalho de Melo
2
-5
/
+3
2022-10-31
perf symbol: Move addr_location__put() from event.h
Arnaldo Carvalho de Melo
2
-3
/
+2
2022-10-31
perf machine: Move machine__resolve() from event.h
Arnaldo Carvalho de Melo
2
-3
/
+3
2022-10-31
perf kwork: Remove includes not needed in kwork.h
Arnaldo Carvalho de Melo
3
-6
/
+15
2022-10-31
perf tools: Move 'struct perf_sample' to a separate header file to disentangl...
Arnaldo Carvalho de Melo
31
-118
/
+147
2022-10-31
perf branch: Remove some needless headers, add a needed one
Arnaldo Carvalho de Melo
1
-3
/
+1
2022-10-31
perf bpf: No need to include headers just use forward declarations
Arnaldo Carvalho de Melo
1
-3
/
+3
2022-10-27
perf bpf: No need to include compiler.h when HAVE_LIBBPF_SUPPORT is true
Arnaldo Carvalho de Melo
1
-1
/
+2
2022-10-27
perf tools: Make quiet mode consistent between tools
James Clark
16
-26
/
+25
2022-10-27
perf tools: Fix "kernel lock contention analysis" test by not printing warnin...
James Clark
1
-0
/
+5
2022-10-27
perf test: Do not set TEST_SKIP for record subtests
Namhyung Kim
1
-12
/
+0
2022-10-27
perf test: Test record with --threads option
Namhyung Kim
1
-2
/
+28
2022-10-27
perf test: Add target workload test in 'perf record' tests
Namhyung Kim
1
-0
/
+18
2022-10-27
perf test: Add system-wide mode in 'perf record' tests
Namhyung Kim
1
-0
/
+21
2022-10-27
perf test: Wait for a new thread when testing --per-thread record
Namhyung Kim
1
-0
/
+27
2022-10-27
perf test: Use a test program in 'perf record' tests
Namhyung Kim
1
-4
/
+60
[prev]
[next]