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-03-14
perf build: Make binutil libraries opt in
Ian Rogers
1
-0
/
+2
2023-03-14
perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL
Ian Rogers
1
-1
/
+1
2023-03-14
perf build: Support python/perf.so testing
Ian Rogers
1
-2
/
+3
2023-03-14
tools build: Pass libbpf feature only if libbpf 1.0+
Ian Rogers
1
-1
/
+6
2023-03-13
perf parse-events: Warn when events are regrouped
Ian Rogers
2
-2
/
+2
2023-03-13
perf evlist: Remove nr_groups
Ian Rogers
3
-18
/
+17
2023-03-10
Merge remote-tracking branch 'acme/perf-tools' into perf-tools-next
Arnaldo Carvalho de Melo
2
-27
/
+25
2023-02-23
perf test: Avoid counting commas in json linter
Ian Rogers
1
-16
/
+13
2023-02-23
perf tests stat+csv_output: Switch CSV separator to @
Ian Rogers
1
-11
/
+12
2023-02-19
perf stat: Remove saved_value/runtime_stat
Ian Rogers
2
-2
/
+0
2023-02-19
perf metric: Directly use counts rather than saved_value
Ian Rogers
2
-4
/
+4
2023-02-19
perf stat: Hide runtime_stat
Ian Rogers
2
-16
/
+11
2023-02-19
perf metric: Add --metric-no-threshold option
Ian Rogers
3
-6
/
+2
2023-02-19
perf pmu-events: Test parsing metric thresholds with the fake PMU
Ian Rogers
1
-0
/
+22
2023-02-19
perf expr: Make the online topology accessible globally
Ian Rogers
1
-5
/
+2
2023-02-19
perf pmu-events: Change perpkg to be a bool
Ian Rogers
1
-2
/
+2
2023-02-19
perf pmu-events: Change deprecated to be a bool
Ian Rogers
1
-2
/
+2
2023-02-19
perf pmu-events: Remove aggr_mode from pmu_event
Ian Rogers
1
-6
/
+0
2023-02-17
perf tests stat_all_metrics: Change true workload to sleep workload for syste...
Kajol Jain
1
-1
/
+1
2023-02-06
perf test bpf: Skip test if kernel-debuginfo is not present
Athira Rajeev
1
-1
/
+5
2023-02-06
perf test bpf: Check for libtraceevent support
Athira Rajeev
1
-11
/
+11
2023-02-03
perf pmu-events: Fix testing with JEVENTS_ARCH=all
Ian Rogers
1
-0
/
+1
2023-02-03
perf jevents: Generate metrics and events as separate tables
Ian Rogers
1
-1
/
+2
2023-02-03
perf pmu-events: Introduce pmu_metrics_table
Ian Rogers
3
-4
/
+5
2023-02-03
perf pmu-events: Remove now unused event and metric variables
Ian Rogers
1
-27
/
+0
2023-02-03
perf pmu-events: Separate the metrics from events for no jevents
Ian Rogers
2
-2
/
+2
2023-02-02
perf pmu-events: Add separate metric from pmu_event
Ian Rogers
1
-19
/
+16
2023-02-02
perf session: Show branch speculation info in raw dump
Sandipan Das
1
-9
/
+9
2023-02-02
perf script: Show branch speculation info
Sandipan Das
1
-1
/
+1
2023-02-02
perf test: Add more test cases for perf lock contention
Namhyung Kim
1
-4
/
+62
2023-02-02
perf test: Replace legacy `...` with $(...)
Diederik de Haas
1
-9
/
+9
2023-02-02
perf test: Replace 'grep | wc -l' with 'grep -c'
Diederik de Haas
1
-3
/
+3
2023-02-01
perf tests shell: Fix check for libtracevent support
Athira Rajeev
3
-0
/
+17
2023-02-01
perf tests shell: Add check for perf data file in record+probe_libc_inet_pton...
Athira Rajeev
1
-0
/
+5
2023-02-01
perf test: Add pipe mode test to the Intel PT test suite
Namhyung Kim
1
-0
/
+17
2023-01-30
perf test: Fix DWARF unwind test by adding non-inline to expected function in...
Naveen N. Rao
1
-2
/
+3
2023-01-23
perf test buildid: Fix shell string substitutions
Athira Rajeev
1
-7
/
+11
2023-01-23
perf test: Switch basic bpf filtering test to use syscall tracepoint
Naveen N. Rao
1
-1
/
+1
2023-01-23
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-1
/
+14
2023-01-22
perf test: Add Symbols test
Adrian Hunter
4
-0
/
+157
2023-01-19
perf test workload thloop: Make count increments atomic
Ian Rogers
1
-1
/
+1
2023-01-18
perf test build-id: Fix test check for PE file
Athira Rajeev
1
-1
/
+14
2023-01-10
perf tools: Don't install libtraceevent plugins as its not anymore in the ker...
Arnaldo Carvalho de Melo
1
-12
/
+0
2023-01-09
perf tests bpf prologue: Fix bpf-script-test-prologue test compile issue with...
Athira Rajeev
1
-0
/
+2
2023-01-04
perf test record_probe_libc_inet_pton: Fix test on s/390 where 'text_to_binar...
Thomas Richter
1
-0
/
+1
2023-01-03
perf test record_probe_libc_inet_pton: Fix failure due to extra inet_pton() b...
Arnaldo Carvalho de Melo
1
-1
/
+1
2022-12-21
perf test pmu-events: Fake PMU metric workaround
Ian Rogers
1
-6
/
+11
2022-12-21
perf test: Fix "all PMU test" to skip parametrized events
Michael Petlan
1
-11
/
+2
2022-12-21
perf test: Update 'perf lock contention' test
Namhyung Kim
1
-1
/
+57
2022-12-20
perf tools: Fix usage of the verbose variable
Yang Jihong
2
-2
/
+2
[next]