index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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 stat: Update runtime using cpu-clock event
Namhyung Kim
2016-05-16
1
-2
/
+4
*
perf stat: Fix indentation of stalled backend cycle
Namhyung Kim
2016-05-16
1
-1
/
+1
*
perf symbols: Store vdso buildid unconditionally
He Kuang
2016-05-16
2
-2
/
+3
*
perf buildid-cache: Use lsdir() for looking up buildid caches
Masami Hiramatsu
2016-05-11
1
-26
/
+4
*
perf symbols: Use lsdir() for the search in kcore cache directory
Masami Hiramatsu
2016-05-11
1
-12
/
+14
*
perf tools: Use SBUILD_ID_SIZE where applicable
Masami Hiramatsu
2016-05-11
6
-7
/
+7
*
perf tools: Fix lsdir to set errno correctly
Masami Hiramatsu
2016-05-11
1
-1
/
+1
*
perf script: Fix export of callchains with recursion in db-export
Chris Phlipot
2016-05-11
1
-0
/
+4
*
perf script: Fix callchain addresses in db-export
Chris Phlipot
2016-05-11
1
-4
/
+1
*
perf script: Fix symbol insertion behavior in db-export
Chris Phlipot
2016-05-11
1
-2
/
+1
*
perf symbols: Add dso__insert_symbol function
Chris Phlipot
2016-05-11
2
-0
/
+15
*
perf scripting python: Use Py_FatalError instead of die()
Arnaldo Carvalho de Melo
2016-05-11
1
-2
/
+5
*
Merge tag 'perf-core-for-mingo-20160510' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
2016-05-11
21
-234
/
+338
|
\
|
*
perf tools: Remove xrealloc and ALLOC_GROW
Masami Hiramatsu
2016-05-10
4
-55
/
+0
|
*
perf help: Do not use ALLOC_GROW in add_cmd_list
Masami Hiramatsu
2016-05-10
1
-8
/
+22
|
*
perf pmu: Make pmu_formats_string to check return value of strbuf
Masami Hiramatsu
2016-05-10
1
-5
/
+5
|
*
perf header: Make topology checkers to check return value of strbuf
Masami Hiramatsu
2016-05-10
1
-11
/
+20
|
*
perf tools: Make alias handler to check return value of strbuf
Masami Hiramatsu
2016-05-10
2
-17
/
+21
|
*
perf probe: Check the return value of strbuf APIs
Masami Hiramatsu
2016-05-10
3
-97
/
+128
|
*
perf tools: Rewrite strbuf not to die()
Masami Hiramatsu
2016-05-10
2
-36
/
+82
|
*
perf symbols: Fix handling of zero-length symbols.
Chris Phlipot
2016-05-09
1
-1
/
+1
|
*
perf evsel: Print state of perf_event_attr.write_backward
Arnaldo Carvalho de Melo
2016-05-09
1
-0
/
+1
|
*
perf tools: Support reading from backward ring buffer
Wang Nan
2016-05-09
2
-0
/
+54
|
*
perf script: Fix incorrect python db-export error message
Chris Phlipot
2016-05-09
1
-1
/
+1
|
*
perf stat: Scale values by unit before metrics
Andi Kleen
2016-05-09
1
-1
/
+3
|
*
perf callchain: Recording 'dwarf' callchains do not need DWARF unwinding support
He Kuang
2016-05-09
1
-2
/
+0
*
|
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2016-05-11
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
perf diff: Fix duplicated output column
Namhyung Kim
2016-05-11
1
-0
/
+3
*
|
perf script: Expose usage of the callchain db export via the python api
Chris Phlipot
2016-05-06
3
-16
/
+46
*
|
perf script: Add call path id to exported sample in db export
Chris Phlipot
2016-05-06
2
-1
/
+4
*
|
perf script: Enable db export to output sampled callchains
Chris Phlipot
2016-05-06
2
-0
/
+84
*
|
perf tools: Refactor code to move call path handling out of thread-stack
Chris Phlipot
2016-05-06
7
-149
/
+204
*
|
perf callchain: Fix incorrect ordering of entries
Chris Phlipot
2016-05-06
1
-15
/
+41
*
|
perf evlist: Rename variable in perf_mmap__read()
Wang Nan
2016-05-05
1
-14
/
+15
*
|
perf evlist: Extract perf_mmap__read()
Wang Nan
2016-05-05
1
-15
/
+24
*
|
perf symbols: Fix kallsyms perf test on ppc64le
Naveen N. Rao
2016-05-05
4
-7
/
+11
*
|
perf hists: Move sort__has_comm into struct perf_hpp_list
Jiri Olsa
2016-05-05
3
-3
/
+2
*
|
perf hists: Move sort__has_thread into struct perf_hpp_list
Jiri Olsa
2016-05-05
3
-3
/
+2
*
|
perf hists: Move sort__has_socket into struct perf_hpp_list
Jiri Olsa
2016-05-05
3
-3
/
+2
*
|
perf hists: Move sort__has_dso into struct perf_hpp_list
Jiri Olsa
2016-05-05
3
-5
/
+4
*
|
perf hists: Move sort__has_sym into struct perf_hpp_list
Jiri Olsa
2016-05-05
4
-7
/
+6
*
|
perf hists: Move sort__has_parent into struct perf_hpp_list
Jiri Olsa
2016-05-05
5
-6
/
+5
*
|
perf hists: Move sort__need_collapse into struct perf_hpp_list
Jiri Olsa
2016-05-05
4
-11
/
+13
*
|
perf tools: Add template for generating rbtree resort class
Arnaldo Carvalho de Melo
2016-05-05
1
-0
/
+149
*
|
perf machine: Introduce number of threads member
Arnaldo Carvalho de Melo
2016-05-05
2
-1
/
+7
*
|
perf tools: Introduce trigger class
Wang Nan
2016-04-28
1
-0
/
+94
*
|
perf probe: Use strbuf for making strings
Masami Hiramatsu
2016-04-28
3
-169
/
+93
*
|
perf evsel: Remove two extraneous ending newlines in open_strerror()
Arnaldo Carvalho de Melo
2016-04-28
1
-2
/
+2
*
|
perf evsel: Handle ENOMEM for perf_event_max_stack + PERF_SAMPLE_CALLCHAIN
Arnaldo Carvalho de Melo
2016-04-28
1
-0
/
+8
*
|
perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...
Arnaldo Carvalho de Melo
2016-04-27
4
-4
/
+7
[next]