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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
libperf: Add PERF_RECORD_MMAP 'struct mmap_event' to perf/event.h
Jiri Olsa
2019-08-26
3
-11
/
+17
*
perf report: Fix --ns time sort key output
Andi Kleen
2019-08-26
1
-1
/
+4
*
perf report: Use timestamp__scnprintf_nsec() for time sort key
Andi Kleen
2019-08-26
1
-8
/
+2
*
perf tools: Remove duplicate headers
Souptick Joarder
2019-08-26
3
-3
/
+0
*
perf sort: Remove needless headers from sort.h, provide fwd struct decls
Arnaldo Carvalho de Melo
2019-08-26
2
-13
/
+3
*
perf srcline: Add missing srcline.h header to files needing its defs
Arnaldo Carvalho de Melo
2019-08-26
3
-0
/
+5
*
perf cacheline: Move cacheline related routines to separate files
Arnaldo Carvalho de Melo
2019-08-26
7
-33
/
+49
*
perf record: Move record_opts and other record decls out of perf.h
Arnaldo Carvalho de Melo
2019-08-26
11
-2
/
+85
*
perf stat: Remove needless headers from stat.h
Arnaldo Carvalho de Melo
2019-08-26
1
-3
/
+2
*
perf cpumap: No need to include perf.h, ditch it
Arnaldo Carvalho de Melo
2019-08-26
1
-2
/
+0
*
libperf: Add perf_thread_map__nr/perf_thread_map__pid functions
Jiri Olsa
2019-08-22
9
-31
/
+21
*
perf cpumap: Remove needless includes from cpumap.h
Arnaldo Carvalho de Melo
2019-08-22
7
-2
/
+10
*
perf evsel: Switch to libperf's cpumap.h
Arnaldo Carvalho de Melo
2019-08-22
1
-1
/
+4
*
perf evsel: util/evsel.h needs stdio.h as it uses FILE
Arnaldo Carvalho de Melo
2019-08-22
1
-0
/
+1
*
perf evsel: Remove needless stddef.h from util/evsel.h
Arnaldo Carvalho de Melo
2019-08-22
1
-1
/
+0
*
perf evsel: Remove needless counts.h header from util/evsel.h
Arnaldo Carvalho de Melo
2019-08-22
2
-1
/
+2
*
perf evsel: Add missing perf/evsel.h header in util/evsel.h
Arnaldo Carvalho de Melo
2019-08-22
1
-0
/
+1
*
perf scripting python: Add missing counts.h header
Arnaldo Carvalho de Melo
2019-08-22
1
-0
/
+1
*
perf stat: Add missing counts.h
Arnaldo Carvalho de Melo
2019-08-22
2
-0
/
+2
*
perf evlist: Add missing xyarray.h header
Arnaldo Carvalho de Melo
2019-08-22
1
-0
/
+2
*
perf bpf: Add missing xyarray.h header
Arnaldo Carvalho de Melo
2019-08-22
1
-0
/
+2
*
perf counts: Add missing headers needed for types used
Arnaldo Carvalho de Melo
2019-08-22
1
-0
/
+4
*
perf evsel: Move xyarray.h from evsel.c to evsel.h to reduce include dep tree
Arnaldo Carvalho de Melo
2019-08-22
2
-1
/
+2
*
perf metricgroup: Remove needless includes from metricgroup.h
Arnaldo Carvalho de Melo
2019-08-22
2
-6
/
+10
*
libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()
Jiri Olsa
2019-08-22
3
-15
/
+2
*
libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()
Jiri Olsa
2019-08-22
6
-15
/
+10
*
perf tools: Use perf_cpu_map__nr instead of cpu_map__nr
Jiri Olsa
2019-08-22
4
-12
/
+7
*
perf cs-etm: Support sample flags 'insn' and 'insnlen'
Leo Yan
2019-08-20
1
-1
/
+34
*
perf report: Dump LBR callstack data by -D jointly with thread stack
Alexey Budankov
2019-08-20
1
-12
/
+19
*
perf record: Enable LBR callstack capture jointly with thread stack
Alexey Budankov
2019-08-20
1
-0
/
+1
*
perf evsel: Add comment for 'idx' member in 'struct perf_sample_id
Adrian Hunter
2019-08-20
1
-0
/
+7
*
perf unwind: Remove unnecessary test
John Keeping
2019-08-16
1
-6
/
+0
*
perf unwind: Fix libunwind when tid != pid
John Keeping
2019-08-16
7
-47
/
+48
*
perf map: Use zalloc for map_groups
John Keeping
2019-08-16
1
-1
/
+1
*
perf top: Add --switch-on/--switch-off events
Arnaldo Carvalho de Melo
2019-08-15
1
-0
/
+2
*
perf evswitch: Add hint when not finding specified on/off events
Arnaldo Carvalho de Melo
2019-08-15
1
-1
/
+3
*
perf evswitch: Move enoent error message printing to separate function
Arnaldo Carvalho de Melo
2019-08-15
1
-2
/
+7
*
perf evswitch: Introduce init() method to set the on/off evsels from the comm...
Arnaldo Carvalho de Melo
2019-08-15
2
-0
/
+27
*
perf evswitch: Introduce OPTS_EVSWITCH() for cmd line processing
Arnaldo Carvalho de Melo
2019-08-15
1
-0
/
+8
*
perf evswitch: Add the names of on/off events
Arnaldo Carvalho de Melo
2019-08-15
1
-0
/
+1
*
perf evswitch: Move switch logic to use in other tools
Arnaldo Carvalho de Melo
2019-08-15
3
-0
/
+34
*
perf evswitch: Move struct to a separate header to use in other tools
Arnaldo Carvalho de Melo
2019-08-15
1
-0
/
+16
*
perf record: Support aarch64 random socket_id assignment
Tan Xiaojun
2019-08-14
1
-1
/
+3
*
perf evsel: Provide meaningful warning when trying to use 'aux_output' on old...
Arnaldo Carvalho de Melo
2019-08-14
2
-2
/
+10
*
perf tools: Add aux-output config term
Adrian Hunter
2019-08-14
5
-0
/
+15
*
perf intel-pt: Process options for PEBS event synthesis
Adrian Hunter
2019-08-14
1
-0
/
+18
*
perf tools: Add itrace option 'o' to synthesize aux-output events
Adrian Hunter
2019-08-14
2
-0
/
+7
*
perf tools: Add aux_output attribute flag
Adrian Hunter
2019-08-14
1
-0
/
+1
*
perf record: Add an option to take an AUX snapshot on exit
Alexander Shishkin
2019-08-14
2
-3
/
+13
*
perf tools: Add CAP_SYSLOG define for older systems
Arnaldo Carvalho de Melo
2019-08-14
1
-0
/
+5
[prev]
[next]