index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-12-15
1
-2
/
+11
|
\
|
*
x86/decoder: Fix and update the opcodes map
Randy Dunlap
2017-12-15
1
-3
/
+12
*
|
tools/perf: Convert ACCESS_ONCE() to READ_ONCE()
Mark Rutland
2017-12-12
1
-1
/
+1
*
|
tooling/headers: Synchronize updated s390 and x86 UAPI headers
Ingo Molnar
2017-12-06
1
-1
/
+1
*
|
perf intel-pt: Bring instruction decoder files into line with the kernel
Adrian Hunter
2017-11-28
1
-0
/
+10
*
|
perf evlist: Add helper to check if attr.exclude_kernel is set in all evsels
Arnaldo Carvalho de Melo
2017-11-28
2
-0
/
+14
*
|
perf annotate: Do not truncate instruction names at 6 chars
Ravi Bangoria
2017-11-28
1
-9
/
+9
*
|
perf machine: Guard against NULL in machine__exit()
Arnaldo Carvalho de Melo
2017-11-28
1
-0
/
+3
*
|
perf evsel: Fix up leftover perf_evsel_stat usage via evsel->priv
Arnaldo Carvalho de Melo
2017-11-28
1
-1
/
+1
*
|
perf record: Fix -c/-F options for cpu event aliases
Andi Kleen
2017-11-28
5
-4
/
+19
*
|
perf evlist: Set the correct idx when adding dummy events
Arnaldo Carvalho de Melo
2017-11-28
1
-1
/
+1
|
/
*
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2017-11-13
68
-917
/
+2240
|
\
|
*
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
2017-11-07
180
-3
/
+195
|
|
\
|
*
|
perf srcline: Show correct function name for srcline of callchains
Namhyung Kim
2017-11-01
1
-40
/
+55
|
*
|
perf srcline: Fix memory leak in addr2inlines()
Namhyung Kim
2017-11-01
1
-5
/
+2
|
*
|
perf callchain: Fix double mapping al->addr for children without self period
Namhyung Kim
2017-10-31
1
-4
/
+1
|
*
|
perf stat: Make --per-thread update shadow stats to show metrics
Jiri Olsa
2017-10-30
1
-0
/
+2
|
*
|
perf stat: Move the shadow stats scale computation in perf_stat__update_shado...
Jiri Olsa
2017-10-30
3
-28
/
+28
|
*
|
perf tools: Add perf_data_file__write function
Jiri Olsa
2017-10-30
2
-1
/
+9
|
*
|
perf tools: Add struct perf_data_file
Jiri Olsa
2017-10-30
4
-32
/
+36
|
*
|
perf tools: Rename struct perf_data_file to perf_data
Jiri Olsa
2017-10-30
11
-113
/
+113
|
*
|
perf evsel: Restore evsel->priv as a tool private area
Arnaldo Carvalho de Melo
2017-10-27
2
-8
/
+11
|
*
|
perf util: Enable handling of inlined frames by default
Milian Wolff
2017-10-25
1
-0
/
+1
|
*
|
perf report: Use srcline from callchain for hist entries
Milian Wolff
2017-10-25
4
-0
/
+5
|
*
|
perf report: Cache srclines for callchain nodes
Milian Wolff
2017-10-25
5
-3
/
+90
|
*
|
perf report: Cache failed lookups of inlined frames
Milian Wolff
2017-10-25
2
-23
/
+8
|
*
|
perf report: Properly handle branch count in match_chain()
Milian Wolff
2017-10-25
1
-62
/
+78
|
*
|
perf report: Compare symbol name for inlined frames when sorting
Milian Wolff
2017-10-24
1
-0
/
+3
|
*
|
perf callchain: Compare symbol name for inlined frames when matching
Milian Wolff
2017-10-24
1
-0
/
+8
|
*
|
perf script: Mark inlined frames and do not print DSO for them
Milian Wolff
2017-10-24
1
-1
/
+4
|
*
|
perf callchain: Mark inlined frames in output by " (inlined)" suffix
Milian Wolff
2017-10-24
2
-3
/
+10
|
*
|
perf report: Fall-back to function name comparison for -g srcline
Milian Wolff
2017-10-24
1
-8
/
+12
|
*
|
perf callchain: Create real callchain entries for inlined frames
Milian Wolff
2017-10-24
5
-0
/
+103
|
*
|
perf callchain: Refactor inline_list to store srcline string directly
Milian Wolff
2017-10-24
2
-16
/
+41
|
*
|
perf callchain: Refactor inline_list to operate on symbols
Milian Wolff
2017-10-24
3
-32
/
+69
|
*
|
perf callchain: Store srcline in callchain_cursor_node
Milian Wolff
2017-10-24
3
-26
/
+29
|
*
|
perf report: Remove code to handle inline frames from browsers
Milian Wolff
2017-10-24
3
-38
/
+0
|
*
|
perf namespaces: Add more appropriate set of headers
Arnaldo Carvalho de Melo
2017-10-23
1
-2
/
+3
|
*
|
perf tools: Introduce binary__fprintf()
Arnaldo Carvalho de Melo
2017-10-23
3
-33
/
+46
|
*
|
perf annotate: Remove arch::cpuid_parse callback
Jiri Olsa
2017-10-23
1
-7
/
+3
|
*
|
perf mmap: Adopt push method from builtin-record.c
Arnaldo Carvalho de Melo
2017-10-23
2
-0
/
+103
|
*
|
perf mmap: Move perf_mmap and methods to separate mmap.[ch] files
Arnaldo Carvalho de Melo
2017-10-23
6
-323
/
+349
|
*
|
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2017-10-20
7
-24
/
+71
|
|
\
\
|
*
|
|
perf top: Add option to set the number of thread for event synthesize
Kan Liang
2017-10-03
2
-1
/
+5
|
*
|
|
perf top: Implement multithreading for perf_event__synthesize_threads
Kan Liang
2017-10-03
4
-37
/
+143
|
*
|
|
perf tools: Lock to protect comm_str rb tree
Kan Liang
2017-10-03
1
-1
/
+17
|
*
|
|
perf tools: Lock to protect namespaces and comm list
Kan Liang
2017-10-03
2
-5
/
+51
|
*
|
|
Merge remote-tracking branch 'tip/perf/urgent' into perf/core, to pick up fixes
Arnaldo Carvalho de Melo
2017-10-02
5
-26
/
+29
|
|
\
\
\
|
*
|
|
|
perf tools: Provide mutex wrappers for pthreads rwlocks
Arnaldo Carvalho de Melo
2017-09-21
16
-57
/
+128
|
*
|
|
|
perf stat: Fix adding multiple event groups
Andi Kleen
2017-09-21
1
-3
/
+4
[next]