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
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf test: Use machine__new_host in dwarf unwind test
Jiri Olsa
2015-12-07
1
-6
/
+2
*
perf machine: Pass correct string to dso__adjust_kmod_long_name
Wang Nan
2015-12-07
1
-1
/
+1
*
perf bpf: Rename bpf config to program config
Wang Nan
2015-11-27
2
-34
/
+33
*
tools lib bpf: Extract and collect map names from BPF object file
Wang Nan
2015-11-27
2
-3
/
+65
*
tools lib bpf: Collect map definition in bpf_object
Wang Nan
2015-11-27
2
-60
/
+148
*
perf hists browser: Update nr entries regardless of min percent
Namhyung Kim
2015-11-27
1
-3
/
+2
*
perf hists: Do not skip elided fields when processing samples
Namhyung Kim
2015-11-27
1
-6
/
+0
*
perf report: Show error message when processing sample fails
Namhyung Kim
2015-11-27
1
-3
/
+9
*
perf list: Robustify event printing routine
Arnaldo Carvalho de Melo
2015-11-27
1
-1
/
+1
*
perf list: Add support for PERF_COUNT_SW_BPF_OUT
Arnaldo Carvalho de Melo
2015-11-27
1
-0
/
+4
*
perf test: 'unwind' test should create kernel maps
Jiri Olsa
2015-11-27
1
-0
/
+5
*
perf buildid-list: Show running kernel build id fix
Michael Petlan
2015-11-27
1
-1
/
+1
*
bpf tools: Add helper function for updating bpf maps elements
He Kuang
2015-11-26
2
-0
/
+16
*
perf evlist: Display WEIGHT sample type bit
Jiri Olsa
2015-11-26
1
-0
/
+1
*
perf stat: Clear sample_(type|period) for counting
Jiri Olsa
2015-11-26
1
-0
/
+7
*
perf symbols: Add the path to vmlinux.debug
Ekaterina Tumanova
2015-11-26
1
-1
/
+2
*
perf symbols: Refactor vmlinux_path__init() to ease path additions
Ekaterina Tumanova
2015-11-26
1
-31
/
+33
*
tools build: Use fixdep with OUTPUT path prefix
Jiri Olsa
2015-11-26
2
-2
/
+2
*
perf script: Pass perf_script into process_event
Jiri Olsa
2015-11-26
1
-12
/
+14
*
perf tools: Correctly identify anon_hugepage when generating map (v2)
Yannick Brosseau
2015-11-26
1
-2
/
+2
*
perf machine: Adjust dso->long_name for offline module
Wang Nan
2015-11-26
1
-1
/
+26
*
perf build: Fix traceevent plugins build race
Jiri Olsa
2015-11-26
1
-1
/
+1
*
perf script: Remove default_scripting_ops
Jiri Olsa
2015-11-26
1
-36
/
+7
*
perf top: Fix freeze on --call-graph flat/folded
Namhyung Kim
2015-11-26
1
-0
/
+1
*
perf callchain: Honor hide_unresolved
Namhyung Kim
2015-11-26
3
-5
/
+10
*
tools lib bpf: Don't do a feature check when cleaning
Wang Nan
2015-11-25
1
-0
/
+10
*
tools build: Clean CFLAGS and LDFLAGS for fixdep
Wang Nan
2015-11-25
1
-1
/
+1
*
perf probe: Fix to free temporal Dwarf_Frame correctly
Masami Hiramatsu
2015-11-25
1
-7
/
+6
*
tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit mac...
Steven Rostedt
2015-11-23
1
-3
/
+2
*
perf callchain: Add missing parent_val initialization
Jiri Olsa
2015-11-23
1
-0
/
+1
*
perf config: Add initial man page
Taeung Song
2015-11-23
1
-0
/
+103
*
perf tools: Add 'perf config' command
Taeung Song
2015-11-23
5
-0
/
+70
*
perf callchain: Add order support for libdw DWARF unwinder
Jiri Olsa
2015-11-23
2
-15
/
+40
*
perf test: Add callchain order setup for DWARF unwinder test
Jiri Olsa
2015-11-23
1
-3
/
+19
*
perf callchain: Add order support for libunwind DWARF unwinder
Jiri Olsa
2015-11-23
1
-17
/
+30
*
perf callchain: Move initial entry call into get_entries function
Jiri Olsa
2015-11-23
1
-10
/
+15
*
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2015-11-23
77
-282
/
+2286
|
\
|
*
perf ui/gtk: Support folded callchains
Namhyung Kim
2015-11-19
1
-0
/
+62
|
*
perf ui/gtk: Support flat callchains
Namhyung Kim
2015-11-19
1
-4
/
+76
|
*
perf hists browser: Support folded callchains
Namhyung Kim
2015-11-19
1
-1
/
+124
|
*
perf hists browser: Support flat callchains
Namhyung Kim
2015-11-19
3
-2
/
+166
|
*
perf hists browser: Factor out hist_browser__show_callchain_list()
Namhyung Kim
2015-11-19
1
-27
/
+45
|
*
perf report: Add callchain value option
Namhyung Kim
2015-11-19
6
-18
/
+84
|
*
perf callchain: Add count fields to struct callchain_node
Namhyung Kim
2015-11-19
2
-0
/
+17
|
*
perf callchain: Abstract callchain print function
Namhyung Kim
2015-11-19
5
-27
/
+57
|
*
perf report: Support folded callchain mode on --stdio
Namhyung Kim
2015-11-19
4
-2
/
+65
|
*
perf machine: Fix machine__findnew_module_map to put dso
Masami Hiramatsu
2015-11-19
1
-1
/
+3
|
*
perf tools: Fix machine__create_kernel_maps to put kernel dso refcount
Masami Hiramatsu
2015-11-19
1
-3
/
+6
|
*
perf tools: Fix __dsos__addnew to put dso after adding it to the list
Masami Hiramatsu
2015-11-19
1
-0
/
+2
|
*
perf tools: Fix to put new map after inserting to map_groups in dso__load_sym
Masami Hiramatsu
2015-11-19
1
-0
/
+2
[next]