index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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-06
1
-14
/
+15
*
perf evlist: Extract perf_mmap__read()
Wang Nan
2016-05-06
1
-15
/
+24
*
perf symbols: Fix kallsyms perf test on ppc64le
Naveen N. Rao
2016-05-06
4
-7
/
+11
*
perf hists: Move sort__has_comm into struct perf_hpp_list
Jiri Olsa
2016-05-06
3
-3
/
+2
*
perf hists: Move sort__has_thread into struct perf_hpp_list
Jiri Olsa
2016-05-06
3
-3
/
+2
*
perf hists: Move sort__has_socket into struct perf_hpp_list
Jiri Olsa
2016-05-06
3
-3
/
+2
*
perf hists: Move sort__has_dso into struct perf_hpp_list
Jiri Olsa
2016-05-06
3
-5
/
+4
*
perf hists: Move sort__has_sym into struct perf_hpp_list
Jiri Olsa
2016-05-06
4
-7
/
+6
*
perf hists: Move sort__has_parent into struct perf_hpp_list
Jiri Olsa
2016-05-06
5
-6
/
+5
*
perf hists: Move sort__need_collapse into struct perf_hpp_list
Jiri Olsa
2016-05-06
4
-11
/
+13
*
perf tools: Add template for generating rbtree resort class
Arnaldo Carvalho de Melo
2016-05-06
1
-0
/
+149
*
perf machine: Introduce number of threads member
Arnaldo Carvalho de Melo
2016-05-06
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
*
perf probe: Fix module probe issue if no dwarf support
Ravi Bangoria
2016-04-26
1
-3
/
+73
*
perf probe: Fix offline module name missmatch issue
Ravi Bangoria
2016-04-26
1
-14
/
+5
*
perf thread: Introduce method to set comm from /proc/pid/self
Arnaldo Carvalho de Melo
2016-04-26
2
-0
/
+21
*
perf probe: Set default kprobe group name if it is not given
Masami Hiramatsu
2016-04-26
1
-3
/
+7
*
perf probe: Let probe_file__add_event return 0 if succeeded
Masami Hiramatsu
2016-04-26
1
-2
/
+1
*
perf tools: Add lsdir() helper to read a directory
Masami Hiramatsu
2016-04-26
2
-0
/
+37
*
perf probe: Close target file on error path
Masami Hiramatsu
2016-04-26
1
-2
/
+7
*
perf evlist: Enforce ring buffer reading
Wang Nan
2016-04-26
1
-2
/
+10
*
perf hists: Clear dummy entry accumulated period
Kan Liang
2016-04-26
1
-0
/
+2
*
perf intel-pt: Fix off-by-one comparison on maximum code
Colin Ian King
2016-04-26
1
-1
/
+1
*
perf tools: Remove duplicate const qualifier
Eric Engestrom
2016-04-25
1
-1
/
+1
*
perf evlist: Decode perf_event_attr->branch_sample_type
Arnaldo Carvalho de Melo
2016-04-25
1
-1
/
+17
*
perf buildid: Fix off-by-one in write_buildid()
Andrey Ryabinin
2016-04-25
1
-3
/
+3
*
Merge tag 'perf-core-for-mingo-20160419' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
2016-04-23
9
-16
/
+30
|
\
|
*
perf symbols: Allow loading kallsyms without considering kcore files
Arnaldo Carvalho de Melo
2016-04-19
4
-6
/
+22
[next]