index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
perf test: Convert bpf tests to test cases.
Ian Rogers
2021-11-13
1
-29
/
+43
*
|
perf test: Convert clang tests to test cases.
Ian Rogers
2021-11-13
1
-40
/
+17
*
|
perf test: Convert watch point tests to test cases.
Ian Rogers
2021-11-13
1
-98
/
+32
*
|
perf test: Convert pmu event tests to test cases.
Ian Rogers
2021-11-13
1
-62
/
+16
*
|
perf test: Convert pfm tests to use test cases.
Ian Rogers
2021-11-13
1
-47
/
+19
*
|
perf test: Add skip reason to test case.
Ian Rogers
2021-11-13
2
-1
/
+13
*
|
perf test: Add test case struct.
Ian Rogers
2021-11-13
2
-10
/
+46
*
|
perf test: Add helper functions for abstraction.
Ian Rogers
2021-11-13
2
-29
/
+71
*
|
perf test: Rename struct test to test_suite
Ian Rogers
2021-11-13
66
-102
/
+103
*
|
perf test: Move each test suite struct to its test
Ian Rogers
2021-11-13
66
-338
/
+387
*
|
perf test: Make each test/suite its own struct.
Ian Rogers
2021-11-13
3
-107
/
+181
*
|
perf test: Use macro for "suite" definitions
Ian Rogers
2021-11-12
1
-330
/
+149
*
|
perf test: Use macro for "suite" declarations
Ian Rogers
2021-11-12
1
-74
/
+77
|
/
*
perf parse-event: Add init and exit to parse_event_error
Ian Rogers
2021-11-07
6
-16
/
+20
*
perf parse-events: Rename parse_events_error functions
Ian Rogers
2021-11-07
2
-2
/
+2
*
perf test sample-parsing: Add endian test for struct branch_flags
Madhavan Srinivasan
2021-10-28
1
-5
/
+38
*
perf tests: Improve temp file cleanup in test_arm_coresight.sh
James Clark
2021-10-26
1
-3
/
+8
*
perf tests: Fix trace+probe_vfs_getname.sh /tmp cleanup
James Clark
2021-10-26
1
-2
/
+2
*
perf test: Fix record+script_probe_vfs_getname.sh /tmp cleanup
James Clark
2021-10-26
1
-3
/
+3
*
perf metric: Encode and use metric-id as qualifier
Ian Rogers
2021-10-20
2
-3
/
+14
*
perf metric: Modify resolution and recursion check
Ian Rogers
2021-10-20
1
-5
/
+5
*
perf metric: Move runtime value to the expr context
Ian Rogers
2021-10-20
2
-12
/
+13
*
perf pmu: Make pmu_event tables const.
Ian Rogers
2021-10-20
1
-8
/
+8
*
perf pmu: Make pmu_sys_event_tables const.
Ian Rogers
2021-10-20
1
-1
/
+1
*
perf pmu: Add const to pmu_events_map.
Ian Rogers
2021-10-20
3
-11
/
+11
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-10-08
6
-61
/
+474
|
\
|
*
perf tests attr: Add missing topdown metrics events
Kan Liang
2021-10-05
4
-52
/
+440
|
*
perf tests: Fix flaky test 'Object code reading'
James Clark
2021-09-27
1
-2
/
+2
|
*
perf test: Fix DWARF unwind for optimized builds.
Ian Rogers
2021-09-27
1
-7
/
+32
*
|
perf tests vmlinux-kallsyms: Ignore hidden symbols
Michael Petlan
2021-09-29
1
-0
/
+102
*
|
perf metric: Avoid events for an 'if' constant result
Ian Rogers
2021-09-29
1
-0
/
+7
*
|
perf metric: Don't compute unused events
Ian Rogers
2021-09-29
1
-0
/
+11
*
|
perf metric: Add utilities to work on ids map.
Ian Rogers
2021-09-29
1
-0
/
+47
*
|
perf metric: Rename expr__find_other.
Ian Rogers
2021-09-29
2
-19
/
+18
*
|
perf metric: Restructure struct expr_parse_ctx.
Ian Rogers
2021-09-29
2
-58
/
+70
*
|
perf test: Add pmu-event test for event described as "config="
John Garry
2021-09-28
1
-0
/
+25
*
|
perf test: Verify more event members in pmu-events test
John Garry
2021-09-28
1
-10
/
+40
*
|
perf parse-events: Set numeric term config
John Garry
2021-09-28
2
-7
/
+7
*
|
perf test: Workload test of all PMUs
Ian Rogers
2021-09-28
1
-0
/
+22
*
|
perf test: Workload test of metric and metricgroups
Ian Rogers
2021-09-28
2
-0
/
+34
*
|
perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events durin...
Namhyung Kim
2021-09-17
2
-3
/
+4
|
/
*
perf test: Fix bpf test sample mismatch reporting
Michael Petlan
2021-09-10
1
-1
/
+1
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-08
2
-2
/
+2
|
\
|
*
tools: rename bitmap_alloc() to bitmap_zalloc()
Andy Shevchenko
2021-09-08
2
-2
/
+2
*
|
perf tests: Add test for PMU aliases
Jin Yao
2021-09-03
1
-0
/
+92
*
|
perf tools: Fix LLVM test failure when running in verbose mode
James Clark
2021-08-31
1
-4
/
+3
*
|
perf tests: Fix *probe_vfs_getname.sh test failures
James Clark
2021-08-30
1
-1
/
+1
*
|
perf tests dlfilter: Free desc and long_desc in check_filter_desc
Riccardo Mancini
2021-08-20
1
-4
/
+9
*
|
perf test: Do not compare overheads in the zstd comp test
Namhyung Kim
2021-08-13
1
-2
/
+2
*
|
perf test: Make --skip work on shell tests
Riccardo Mancini
2021-08-11
1
-2
/
+9
[prev]
[next]