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
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-23
perf pmu: Pass PMU rather than aliases and format
Ian Rogers
2
-29
/
+20
2023-08-23
perf pmu: Avoid passing format list to perf_pmu__config_terms()
Ian Rogers
1
-34
/
+42
2023-08-16
perf tests mmap-basic: Adapt for riscv
Alexandre Ghiti
1
-2
/
+4
2023-08-15
perf dlfilter: Add al_cleanup()
Adrian Hunter
1
-10
/
+28
2023-08-15
perf test: Add perf record sample filtering test
Namhyung Kim
1
-0
/
+128
2023-08-15
perf parse-events: Remove BPF event support
Ian Rogers
11
-860
/
+0
2023-08-15
perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c)
Ian Rogers
4
-35
/
+0
2023-08-15
perf tests trace+probe_vfs_getname.sh: Accept quotes surrounding the filename
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-08-15
perf test trace+probe_vfs_getname.sh: Remove stray \ before /
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-08-04
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
2
-2
/
+18
2023-08-03
perf test bpf: Address error about non-null argument for epoll_pwait 2nd arg
Arnaldo Carvalho de Melo
1
-1
/
+2
2023-08-03
perf tests stat+std_output: Fix shellcheck warnings about word splitting/quot...
Athira Rajeev
1
-2
/
+1
2023-08-03
perf tests stat+std_output: Fix shellcheck warnings about word splitting/quoting
Athira Rajeev
1
-1
/
+1
2023-08-03
perf tests lib stat_output: Fix shellcheck warning about missing shebang
Kajol Jain
1
-0
/
+1
2023-08-03
perf tests coresight thread_loop_check_tid_2: Fix shellcheck warnings about w...
Kajol Jain
1
-1
/
+1
2023-08-03
perf tests record+zstd_comp_decomp: Fix the shellcheck warnings about word sp...
Athira Rajeev
1
-7
/
+7
2023-08-03
perf tests lib waiting: Fix the shellcheck warnings about missing shebang
Athira Rajeev
1
-0
/
+1
2023-08-03
perf tests lib probe_vfs_getname: Fix shellcheck warnings about missing sheba...
Athira Rajeev
1
-2
/
+3
2023-08-03
perf tests unroll_loop_thread_10: Fix shellcheck warnings about word splittin...
Athira Rajeev
1
-1
/
+1
2023-08-03
perf tests thread_loop_check_tid_10: Fix shellcheck warnings bout word splitt...
Athira Rajeev
1
-1
/
+1
2023-08-03
perf tests lib probe: Fix shellcheck warning about about missing shebang
Kajol Jain
1
-0
/
+1
2023-08-03
perf tests memcpy_thread_16k_10: Fix shellcheck warning about word splitting/...
Kajol Jain
1
-1
/
+1
2023-08-03
perf tests asm_pure_loop: Fix shellcheck warning about word splitting/quote
Kajol Jain
1
-1
/
+1
2023-08-03
perf tests stat+shadow_stat: Fix shellcheck warning about unused variable
Athira Rajeev
1
-2
/
+2
2023-08-03
perf tests stat_bpf_counters: Fix usage of '==' to address shellcheck warning
Athira Rajeev
1
-2
/
+2
2023-08-03
perf tests perf_dat _converter_json: Use quoting to avoid word splitting
Athira Rajeev
1
-1
/
+1
2023-08-03
perf tests stat+csv_summary: Fix unused variable references detected via shel...
Athira Rajeev
1
-2
/
+2
2023-08-03
perf tests: Address signal case issues detected via shellcheck
Athira Rajeev
1
-1
/
+1
2023-08-03
perf test stat_bpf_counters_cgrp: Fix shellcheck issue about logical operators
Kajol Jain
1
-16
/
+12
2023-08-03
perf tests lock_contention: Fix shellcheck issue about quoting to avoid word ...
Kajol Jain
1
-6
/
+6
2023-08-03
perf tests record_offcpu: Fix shellcheck warnings about word splitting/quotin...
Kajol Jain
1
-3
/
+3
2023-08-03
perf tests probe_vfs_getname: Fix shellcheck warnings about word splitting/qu...
Kajol Jain
1
-2
/
+2
2023-08-03
perf tests trace+probe_vfs_getname: Fix shellcheck warnings about word splitt...
Akanksha J N
1
-3
/
+3
2023-08-03
perf tests task_analyzer: Check perf build options for libtraceevent support
Aditya Gupta
1
-1
/
+1
2023-08-01
perf test parse-events: Test complex name has required event format
Ian Rogers
1
-1
/
+11
2023-07-28
perf tools: Add a place to put kernel config fragments for test runs
James Clark
3
-0
/
+19
2023-07-28
perf parse-events: Populate error column for BPF/tracepoint events
Ian Rogers
1
-1
/
+1
2023-07-28
perf test uprobe_from_different_cu: Skip if there is no gcc
Georg Müller
1
-1
/
+7
2023-07-24
perf test: Avoid weak symbol for arch_tests
Ian Rogers
1
-1
/
+10
2023-07-24
perf stat: Avoid uninitialized use of perf_stat_config
Ian Rogers
1
-1
/
+1
2023-07-17
perf test task_exit: No need for a cycles event to check if we get an PERF_RE...
Arnaldo Carvalho de Melo
1
-2
/
+2
2023-07-11
perf probe: Add test for regression introduced by switch to die_get_decl_file()
Georg Müller
1
-0
/
+77
2023-07-05
perf test: Fix event parsing test when PERF_PMU_CAP_EXTENDED_HW_TYPE isn't su...
James Clark
1
-36
/
+50
2023-07-05
perf test: Fix event parsing test on Arm
James Clark
1
-1
/
+13
2023-07-01
perf test: Test perf lock contention CSV output
Namhyung Kim
1
-0
/
+36
2023-06-29
perf expr: Add has_event function
Ian Rogers
1
-0
/
+4
2023-06-27
perf test: Fix a compile error on pe-file-parsing.c
Namhyung Kim
1
-1
/
+2
2023-06-23
perf symbol: Remove now unused symbol_conf.sort_by_name
Ian Rogers
1
-1
/
+0
2023-06-23
perf test: Add build tests for BUILD_BPF_SKEL
Ian Rogers
1
-0
/
+4
2023-06-23
perf test: Skip metrics w/o event name in stat STD output linter
Namhyung Kim
1
-8
/
+8
[prev]
[next]