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
/
arch
/
x86
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf record: Support sample-read topdown metric group for hybrid platforms
Zhengjun Xing
2022-06-03
3
-18
/
+13
*
perf evlist: Extend arch_evsel__must_be_in_group to support hybrid systems
Zhengjun Xing
2022-06-03
1
-1
/
+1
*
perf intel-pt: Track sideband system-wide when needed
Adrian Hunter
2022-05-26
1
-8
/
+10
*
perf intel-pt: Use evlist__add_dummy_on_all_cpus() for switch tracking
Adrian Hunter
2022-05-26
1
-10
/
+3
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-05-23
1
-0
/
+12
|
\
|
*
perf regs x86: Fix arch__intr_reg_mask() for the hybrid platform
Kan Liang
2022-05-21
1
-0
/
+12
*
|
perf parse-events: Move slots event for the hybrid platform too
Kan Liang
2022-05-20
3
-2
/
+35
*
|
perf parse-events: Support different format of the topdown event name
Kan Liang
2022-05-20
1
-1
/
+1
*
|
perf evsel: Fixes topdown events in a weak group for the hybrid platform
Kan Liang
2022-05-20
1
-2
/
+21
*
|
perf evlist: Keep topdown counters in weak group
Ian Rogers
2022-05-17
1
-0
/
+12
*
|
perf auxtrace: Record whether an auxtrace mmap is needed
Adrian Hunter
2022-05-10
2
-0
/
+2
|
/
*
perf evlist: Rename cpus to user_requested_cpus
Ian Rogers
2022-04-01
2
-3
/
+3
*
perf parse-events: Move slots only with topdown
Ian Rogers
2022-03-22
1
-4
/
+14
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-03-22
1
-1
/
+1
|
\
|
*
perf parse-events: Ignore case in topdown.slots check
Ian Rogers
2022-03-18
1
-1
/
+1
*
|
perf intel-pt: Record Event Trace capability flag
Adrian Hunter
2022-02-15
1
-0
/
+7
*
|
perf maps: Use a pointer for kmaps
Ian Rogers
2022-02-14
1
-1
/
+1
|
/
*
perf parse-events: Architecture specific leader override
Ian Rogers
2021-12-07
1
-0
/
+17
*
perf evsel: Don't set exclude_guest by default
Ravi Bangoria
2021-11-07
1
-0
/
+23
*
perf iostat: Fix Segmentation fault from NULL 'struct perf_counts_values *'
Like Xu
2021-09-27
1
-1
/
+1
*
perf pmu: Add PMU alias support
Kan Liang
2021-09-03
1
-1
/
+154
*
perf stat: Add Topdown metrics L2 events as default events
Kan Liang
2021-07-09
1
-1
/
+5
*
libperf: Move 'idx' from tools/perf to perf_evsel::idx
Jiri Olsa
2021-07-09
1
-2
/
+2
*
perf tools: Support pmu prefix for mem-store event
Jin Yao
2021-06-01
1
-1
/
+11
*
perf tools: Support pmu prefix for mem-load event
Jin Yao
2021-06-01
1
-7
/
+28
*
perf tools: Check mem-loads auxiliary event
Jin Yao
2021-06-01
1
-2
/
+7
*
perf x86 kvm-stat: Support to analyze kvm MSR
Lei Zhao
2021-05-12
1
-0
/
+46
*
Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2021-05-01
3
-2
/
+473
|
\
|
*
perf stat: Enable iostat mode for x86 platforms
Alexander Antonov
2021-04-20
2
-0
/
+361
|
*
perf stat: Helper functions for PCIe root ports list in iostat mode
Alexander Antonov
2021-04-20
1
-0
/
+110
|
*
perf tools: Fix various typos in comments
Ingo Molnar
2021-03-23
1
-2
/
+2
*
|
Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-04-28
1
-0
/
+6
|
\
\
|
*
|
perf intel-pt: Use aux_watermark
Alexander Shishkin
2021-04-16
1
-0
/
+6
|
|
/
*
/
tools/perf: Convert to insn_decode()
Borislav Petkov
2021-03-15
1
-4
/
+5
|
/
*
perf tests x86: Move insn.h include to make sure it finds stddef.h
Arnaldo Carvalho de Melo
2021-03-06
1
-1
/
+1
*
perf tools: Support arch specific PERF_SAMPLE_WEIGHT_STRUCT processing
Kan Liang
2021-02-18
1
-0
/
+25
*
perf tools: Support PERF_SAMPLE_WEIGHT_STRUCT
Kan Liang
2021-02-08
2
-0
/
+9
*
perf tools: Support the auxiliary event
Kan Liang
2021-02-08
2
-0
/
+45
*
perf stat: Add Topdown metrics events as default events
Kan Liang
2021-02-03
2
-0
/
+16
*
perf evlist: Use the right prefix for 'struct evlist' event selection methods
Arnaldo Carvalho de Melo
2020-11-30
1
-1
/
+1
*
perf evlist: Use the right prefix for 'struct evlist' evsel list methods
Arnaldo Carvalho de Melo
2020-11-30
2
-2
/
+2
*
perf evlist: Use the right prefix for 'struct evlist' tracking event methods
Arnaldo Carvalho de Melo
2020-11-30
2
-2
/
+2
*
perf tsc: Move out common functions from x86
Leo Yan
2020-09-22
1
-72
/
+1
*
perf record: Support sample-read topdown metric group
Kan Liang
2020-09-17
1
-0
/
+35
*
perf tools: Rename group to topdown
Kan Liang
2020-09-17
2
-2
/
+2
*
perf intel-pt: Add support for text poke events
Adrian Hunter
2020-07-10
1
-0
/
+4
*
perf intel-pt: Fix recording PEBS-via-PT with registers
Adrian Hunter
2020-07-06
1
-0
/
+1
*
perf libdw: Fix off-by 1 relative directory includes
Ian Rogers
2020-06-01
1
-3
/
+3
*
perf intel-pt: Refine kernel decoding only warning message
Adrian Hunter
2020-05-28
1
-1
/
+2
*
perf record: Respect --no-switch-events
Adrian Hunter
2020-05-28
1
-1
/
+2
[next]