Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
3e7abf8141935ded77abeb622480bf4a14241ece
/
tools
/
perf
/
util
d6840d8
perf parser: Remove needless include directives
by Arnaldo Carvalho de Melo
· 5 years ago
61bf4ee
perf jvmti: Include JVMTI support for s390
by Thomas Richter
· 5 years ago
7834fa9
perf evlist: Fix access of freed id arrays
by Andi Kleen
· 5 years ago
6f6473c
perf stat: Fix free memory access / memory leaks in metrics
by Andi Kleen
· 5 years ago
252a2fd
perf tools: Replace needless mmap.h with what is needed, event.h
by Arnaldo Carvalho de Melo
· 5 years ago
95be9d1
perf evsel: Move config terms to a separate header
by Arnaldo Carvalho de Melo
· 5 years ago
bd70462
perf evlist: Remove unused perf_evlist__fprintf() method
by Arnaldo Carvalho de Melo
· 5 years ago
ca12527
perf evsel: Introduce evsel_fprintf.h
by Arnaldo Carvalho de Melo
· 5 years ago
9620bc36
perf evsel: Remove need for symbol_conf in evsel_fprintf.c
by Arnaldo Carvalho de Melo
· 5 years ago
32ff3fe
perf copyfile: Move copyfile routines to separate files
by Arnaldo Carvalho de Melo
· 5 years ago
80ab298
libperf: Add perf_evlist__poll() function
by Jiri Olsa
· 5 years ago
f4009e7
libperf: Add perf_evlist__add_pollfd() function
by Jiri Olsa
· 5 years ago
31f67fc
libperf: Add perf_evlist__alloc_pollfd() function
by Jiri Olsa
· 5 years ago
7634d53
libperf: Use sys/types.h to get ssize_t, not unistd.h
by Arnaldo Carvalho de Melo
· 5 years ago
2604911
perf tools: No need to include internal/lib.h from util/util.h
by Arnaldo Carvalho de Melo
· 5 years ago
20f2be1
libperf: Move 'page_size' global variable to libperf
by Jiri Olsa
· 5 years ago
d5a9948
libperf: Add perf_evlist__id_add_fd() function
by Jiri Olsa
· 5 years ago
b0031c2
libperf: Add perf_evlist__id_add() function
by Jiri Olsa
· 5 years ago
ff47d86
libperf: Add perf_evlist__read_format() function
by Jiri Olsa
· 5 years ago
515dbe4
libperf: Add perf_evlist__first()/last() functions
by Jiri Olsa
· 5 years ago
70c2036
libperf: Add perf_evsel__alloc_id/perf_evsel__free_id functions
by Jiri Olsa
· 5 years ago
1d5af02
libperf: Move 'heads' from 'struct evlist' to 'struct perf_evlist'
by Jiri Olsa
· 5 years ago
e7eb900
libperf: Move 'ids' from 'struct evsel' to 'struct perf_evsel'
by Jiri Olsa
· 5 years ago
deaf321
libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel'
by Jiri Olsa
· 5 years ago
8cd36f3
libperf: Move 'sample_id' from 'struct evsel' to 'struct perf_evsel'
by Jiri Olsa
· 5 years ago
40cb2d5
libperf: Move 'pollfd' from 'struct evlist' to 'struct perf_evlist'
by Jiri Olsa
· 5 years ago
f6fa437
libperf: Move 'mmap_len' from 'struct evlist' to 'struct perf_evlist'
by Jiri Olsa
· 5 years ago
c976ee1
libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'
by Jiri Olsa
· 5 years ago
648b5af
libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel'
by Jiri Olsa
· 5 years ago
65aa2e6
libperf: Add 'flush' to 'struct perf_mmap'
by Jiri Olsa
· 5 years ago
4443e6d
libperf: Add 'event_copy' to 'struct perf_mmap'
by Jiri Olsa
· 5 years ago
8df7a86
libperf: Add 'overwrite' to 'struct perf_mmap'
by Jiri Olsa
· 5 years ago
ebe4d72
libperf: Add prev/start/end to struct perf_mmap
by Jiri Olsa
· 5 years ago
e03edfe
libperf: Add 'refcnt' to struct perf_mmap
by Jiri Olsa
· 5 years ago
56a9470
libperf: Add 'cpu' to struct perf_mmap
by Jiri Olsa
· 5 years ago
2cf07b2
libperf: Add 'fd' to struct perf_mmap
by Jiri Olsa
· 5 years ago
4fd0cef
libperf: Add 'mask' to struct perf_mmap
by Jiri Olsa
· 5 years ago
547740f
libperf: Add perf_mmap struct
by Jiri Olsa
· 5 years ago
e0fcfb0
perf evlist: Adopt backwards ring buffer state enum
by Arnaldo Carvalho de Melo
· 5 years ago
e6b1878
perf tools: Rename perf_evlist__purge() to evlist__purge()
by Jiri Olsa
· 5 years ago
470579b
perf tools: Rename perf_evlist__exit() to evlist__exit()
by Jiri Olsa
· 5 years ago
d50cf36
perf tools: Rename perf_evlist__alloc_mmap() to evlist__alloc_mmap()
by Jiri Olsa
· 5 years ago
db6b7b1
perf tools: Rename perf_evlist__munmap() to evlist__munmap()
by Jiri Olsa
· 5 years ago
9521b5f
perf tools: Rename perf_evlist__mmap() to evlist__mmap()
by Jiri Olsa
· 5 years ago
a583053
perf tools: Rename 'struct perf_mmap' to 'struct mmap'
by Jiri Olsa
· 5 years ago
4ec8d98
perf record: Fix priv level with branch sampling for paranoid=2
by Stephane Eranian
· 5 years ago
6ef81c5
perf session: Return error code for perf_session__new() function on failure
by Mamatha Inamdar
· 5 years ago
9e6124d
perf probe: Fix to clear tev->nargs in clear_probe_trace_event()
by Masami Hiramatsu
· 5 years ago
1a375ae
perf probe: Skip same probe address for a given line
by Masami Hiramatsu
· 5 years ago
0216234
perf tools: Fix segfault in cpu_cache_level__read()
by Jiri Olsa
· 5 years ago
124eb5f
perf kvm: Add arch neutral function to choose event for perf kvm record
by Anju T Sudhakar
· 5 years ago
8067b3d
perf kvm: Move kvm-stat header file from conditional inclusion to common include section
by Anju T Sudhakar
· 5 years ago
b63fd11
perf stat: Reset previous counts on repeat with interval
by Srikar Dronamraju
· 5 years ago
055c67e
perf tools: Move event synthesizing routines to separate .c file
by Arnaldo Carvalho de Melo
· 5 years ago
5cac8ea
perf memswap: Adopt 'struct u64_swap' from evsel.h
by Arnaldo Carvalho de Melo
· 5 years ago
ea49e01
perf tools: Move event synthesizing routines to separate header
by Arnaldo Carvalho de Melo
· 5 years ago
bd23ac1
perf auxtrace: Add missing 'struct perf_sample' forward declaration
by Arnaldo Carvalho de Melo
· 5 years ago
3793d4d
perf hist: Add missing 'struct branch_stack' forward declaration
by Arnaldo Carvalho de Melo
· 5 years ago
5939cac
perf python: Remove debug.h
by Arnaldo Carvalho de Melo
· 5 years ago
9c9e754
perf callchain: Remove needless event.h include
by Arnaldo Carvalho de Melo
· 5 years ago
b251892
perf stat: Move perf_stat_synthesize_config() to event.h
by Arnaldo Carvalho de Melo
· 5 years ago
2783061
perf event: Move perf_event__synthesize* to event.h
by Arnaldo Carvalho de Melo
· 5 years ago
87ffb6c
perf env: Remove needless cpumap.h header
by Arnaldo Carvalho de Melo
· 5 years ago
09aa3b0
perf symbols: Add missing dso.h header
by Arnaldo Carvalho de Melo
· 5 years ago
36f3f45
perf probe: Add missing build-id.h header.
by Arnaldo Carvalho de Melo
· 5 years ago
fb71c86c
perf tools: Remove util.h from where it is not needed
by Arnaldo Carvalho de Melo
· 5 years ago
4a903c2
perf tools: Remove debug.h from places where it is not needed
by Arnaldo Carvalho de Melo
· 5 years ago
b22bb13
perf debug: No need to include ui/util.h
by Arnaldo Carvalho de Melo
· 5 years ago
8fcbeae
perf tools: Remove needless builtin.h include directives
by Arnaldo Carvalho de Melo
· 5 years ago
00a2639
perf intel-pt: Use shared x86 insn decoder
by Josh Poimboeuf
· 5 years ago
f1da0a6
perf intel-pt: Remove inat.c from build dependency list
by Josh Poimboeuf
· 5 years ago
f01642e
perf metricgroup: Support multiple events for metricgroup
by Jin Yao
· 5 years ago
287f264
perf metricgroup: Scale the metric result
by Jin Yao
· 5 years ago
a55ab7c
perf pmu: Change convert_scale from static to global
by Jin Yao
· 5 years ago
d3300a3
perf symbols: Move mem_info and branch_info out of symbol.h
by Arnaldo Carvalho de Melo
· 5 years ago
f2a39fe
perf auxtrace: Uninline functions that touch perf_session
by Arnaldo Carvalho de Melo
· 5 years ago
fa0d984
perf tools: Remove needless evlist.h include directives
by Arnaldo Carvalho de Melo
· 5 years ago
7ae811b
perf tools: Remove needless evlist.h include directives
by Arnaldo Carvalho de Melo
· 5 years ago
ef7d956
perf tools: Remove needless thread_map.h include directives
by Arnaldo Carvalho de Melo
· 5 years ago
4becb23
perf tools: Remove needless thread.h include directives
by Arnaldo Carvalho de Melo
· 5 years ago
df1a0a1
perf tools: Remove needless map.h include directives
by Arnaldo Carvalho de Melo
· 5 years ago
5c9dbe6
perf tools: Remove needless sort.h include directives
by Arnaldo Carvalho de Melo
· 5 years ago
4772925
perf tools: Move 'struct events_stats' and prototypes to separate header
by Arnaldo Carvalho de Melo
· 5 years ago
171f747
perf hist: Remove needless ui/progress.h from hist.h
by Arnaldo Carvalho de Melo
· 5 years ago
4a3cec8
perf dsos: Move the dsos struct and its methods to separate source files
by Arnaldo Carvalho de Melo
· 5 years ago
b1d1b09
perf symbols: Move symsrc prototypes to a separate header
by Arnaldo Carvalho de Melo
· 5 years ago
c38fa94
perf symbols: Add missing linux/refcount.h to symbol.h
by Arnaldo Carvalho de Melo
· 5 years ago
9bea81b
perf symbol: Move C++ demangle defines to the only file using it
by Arnaldo Carvalho de Melo
· 5 years ago
fac583f
perf dso: Adopt DSO related macros from symbol.h
by Arnaldo Carvalho de Melo
· 5 years ago
38847db
libtraceevent, perf tools: Changes in tep_print_event_* APIs
by Tzvetomir Stoyanov
· 5 years ago
4cb3c6d
perf event: Remove needless include directives from event.h
by Arnaldo Carvalho de Melo
· 5 years ago
b6b5574
perf env: Remove env.h from other headers where just a fwd decl is needed
by Arnaldo Carvalho de Melo
· 5 years ago
8520a98
perf debug: Remove needless include directives from debug.h
by Arnaldo Carvalho de Melo
· 5 years ago
b420902
perf tools: Remove debug.h from header files not needing it
by Arnaldo Carvalho de Melo
· 5 years ago
0ac25fd
perf tools: Remove perf.h from source files not needing it
by Arnaldo Carvalho de Melo
· 5 years ago
c1a604d
perf tools: Remove needless perf.h include directive from headers
by Arnaldo Carvalho de Melo
· 5 years ago
f371102
perf time-utils: Adopt rdclock() from perf.h
by Arnaldo Carvalho de Melo
· 5 years ago
91854f9
perf tools: Move everything related to sys_perf_event_open() to perf-sys.h
by Arnaldo Carvalho de Melo
· 5 years ago
a774940
perf header: Move CPUINFO_PROC to the only file where it is used
by Arnaldo Carvalho de Melo
· 5 years ago
108a1bb
perf tools: Remove needless libtraceevent include directives
by Arnaldo Carvalho de Melo
· 5 years ago
Next »