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
...
|
*
|
|
perf script python: Remove explicit shebang from setup.py
Tony Jones
2019-01-25
1
-2
/
+0
|
*
|
|
perf script python: Use PyBytes for attr in trace-event-python
Tony Jones
2019-01-25
1
-2
/
+1
|
*
|
|
perf script python: Add trace_context extension module to sys.modules
Tony Jones
2019-01-25
1
-3
/
+9
|
*
|
|
perf bpf: Fix synthesized PERF_RECORD_KSYMBOL/BPF_EVENT
Song Liu
2019-01-25
1
-2
/
+8
|
*
|
|
perf hist: Use cached rbtrees
Davidlohr Bueso
2019-01-25
3
-94
/
+119
|
*
|
|
perf symbols: Use cached rbtrees
Davidlohr Bueso
2019-01-25
7
-57
/
+66
|
*
|
|
perf util: Use cached rbtree for rblists
Davidlohr Bueso
2019-01-25
7
-16
/
+24
|
*
|
|
perf callchain: Use cached rbtrees
Davidlohr Bueso
2019-01-25
4
-28
/
+36
|
*
|
|
perf machine: Use cached rbtrees
Davidlohr Bueso
2019-01-25
4
-35
/
+48
|
*
|
|
perf callchain: No need to include perf.h
Arnaldo Carvalho de Melo
2019-01-25
1
-1
/
+0
|
*
|
|
perf comm: Remove needless headers from comm.h
Arnaldo Carvalho de Melo
2019-01-25
2
-2
/
+3
|
*
|
|
perf namespaces: Remove namespaces.h from .h headers
Arnaldo Carvalho de Melo
2019-01-25
9
-4
/
+12
|
*
|
|
perf symbols: Remove some unnecessary includes from symbol.h
Arnaldo Carvalho de Melo
2019-01-25
5
-6
/
+8
|
*
|
|
perf symbols: Remove include map.h from dso.h
Arnaldo Carvalho de Melo
2019-01-25
2
-1
/
+4
|
*
|
|
perf block-range: Add missing headers
Arnaldo Carvalho de Melo
2019-01-25
2
-1
/
+7
|
*
|
|
perf tools: Move branch structs to branch.h
Arnaldo Carvalho de Melo
2019-01-25
3
-23
/
+26
|
*
|
|
perf annotate: Remove lots of headers from annotate.h
Arnaldo Carvalho de Melo
2019-01-25
2
-3
/
+12
|
*
|
|
perf symbols: Move symbol_conf to separate file
Arnaldo Carvalho de Melo
2019-01-25
2
-63
/
+74
|
*
|
|
perf color: Add missing stdarg.g to color.h
Arnaldo Carvalho de Melo
2019-01-25
1
-0
/
+1
|
*
|
|
perf utils: Move perf_config using routines from color.c to separate object
Arnaldo Carvalho de Melo
2019-01-21
3
-39
/
+48
|
*
|
|
perf python: Remove -fstack-clash-protection when building with some clang ve...
Arnaldo Carvalho de Melo
2019-01-21
1
-0
/
+2
|
*
|
|
perf tools: Synthesize PERF_RECORD_* for loaded BPF programs
Song Liu
2019-01-21
2
-0
/
+258
|
*
|
|
perf tools: Handle PERF_RECORD_BPF_EVENT
Song Liu
2019-01-21
10
-2
/
+95
|
*
|
|
perf tools: Handle PERF_RECORD_KSYMBOL
Song Liu
2019-01-21
8
-2
/
+116
|
*
|
|
perf report: Dump s390 counter set data to file
Thomas Richter
2019-01-21
1
-4
/
+73
|
*
|
|
perf report: Display names in s390 diagnostic counter sets
Thomas Richter
2019-01-21
1
-5
/
+54
|
*
|
|
perf report: Display arch specific diagnostic counter sets, starting with s390
Thomas Richter
2019-01-21
7
-1
/
+277
|
*
|
|
perf tools: Remove duplicate headers
Brajeswar Ghosh
2019-01-21
2
-2
/
+0
|
*
|
|
perf session: Add reader__process_events function
Jiri Olsa
2019-01-21
1
-24
/
+38
|
*
|
|
perf session: Add 'data_offset' member to reader object
Jiri Olsa
2019-01-21
1
-4
/
+5
|
*
|
|
perf session: Add 'data_size' member to reader object
Jiri Olsa
2019-01-21
1
-1
/
+3
|
*
|
|
perf session: Add reader object
Jiri Olsa
2019-01-21
1
-2
/
+8
|
*
|
|
perf session: Get rid of file_size variable
Jiri Olsa
2019-01-21
1
-7
/
+5
|
*
|
|
perf session: Rearrange perf_session__process_events function
Jiri Olsa
2019-01-21
1
-13
/
+7
*
|
|
|
tools: libbpf: add a correctly named define for map iteration
Jakub Kicinski
2019-03-01
1
-2
/
+2
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-15
3
-3
/
+24
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
perf symbols: Filter out hidden symbols from labels
Jiri Olsa
2019-02-04
1
-1
/
+8
|
*
|
|
perf symbols: Add fallback definitions for GELF_ST_VISIBILITY()
Arnaldo Carvalho de Melo
2019-02-04
1
-0
/
+14
|
*
|
|
perf clang: Do not use 'return std::move(something)'
Arnaldo Carvalho de Melo
2019-02-04
1
-1
/
+1
|
*
|
|
perf mem/c2c: Fix perf_mem_events to support powerpc
Ravi Bangoria
2019-02-04
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-08
3
-4
/
+15
|
\
|
|
|
*
|
perf tools: Handle TOPOLOGY headers with no CPU
Stephane Eranian
2019-01-21
1
-2
/
+9
|
*
|
perf python: Remove -fstack-clash-protection when building with some clang ve...
Arnaldo Carvalho de Melo
2019-01-18
1
-0
/
+2
|
*
|
perf ordered_events: Fix crash in ordered_events__free
Jiri Olsa
2019-01-17
1
-2
/
+4
|
|
/
*
|
libbpf: fix libbpf_print
Stanislav Fomichev
2019-02-04
1
-8
/
+2
*
|
tools/bpf: simplify libbpf API function libbpf_set_print()
Yonghong Song
2019-02-04
1
-20
/
+12
|
/
*
perf symbols: Add 'arch_cpu_idle' to the list of kernel idle symbols
Arnaldo Carvalho de Melo
2019-01-09
1
-0
/
+1
*
perf tools: Make find_vdso_map() more modular
Florian Fainelli
2019-01-08
2
-7
/
+6
*
Merge tag 'perf-core-for-mingo-4.21-20190104' of git://git.kernel.org/pub/scm...
Ingo Molnar
2019-01-08
5
-18
/
+26
|
\
|
*
perf strbuf: Remove redundant va_end() in strbuf_addv()
Mattias Jacobsson
2019-01-04
1
-1
/
+0
[prev]
[next]