index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-09
perf stat: Scale values by unit before metrics
Andi Kleen
1
-1
/
+3
2016-05-09
perf callchain: Recording 'dwarf' callchains do not need DWARF unwinding support
He Kuang
1
-2
/
+0
2016-05-06
perf trace: Move futex_op beautifier to tools/perf/trace/beauty/
Arnaldo Carvalho de Melo
2
-45
/
+46
2016-05-06
perf trace: Move open_flags beautifier to tools/perf/trace/beauty/
Arnaldo Carvalho de Melo
2
-56
/
+57
2016-05-06
perf trace: Move signum beautifier to tools/perf/trace/beauty/
Arnaldo Carvalho de Melo
2
-53
/
+54
2016-05-06
perf stat: Add extra output of counter values with -vv
Andi Kleen
1
-0
/
+8
2016-05-06
perf script: Update export-to-postgresql to support callchain export
Chris Phlipot
1
-17
/
+30
2016-05-06
perf script: Expose usage of the callchain db export via the python api
Chris Phlipot
3
-16
/
+46
2016-05-06
perf script: Add call path id to exported sample in db export
Chris Phlipot
2
-1
/
+4
2016-05-06
perf script: Enable db export to output sampled callchains
Chris Phlipot
2
-0
/
+84
2016-05-06
perf tools: Refactor code to move call path handling out of thread-stack
Chris Phlipot
7
-149
/
+204
2016-05-06
perf callchain: Fix incorrect ordering of entries
Chris Phlipot
1
-15
/
+41
2016-05-06
perf trace: Do not print raw args list for syscalls with no args
Arnaldo Carvalho de Melo
1
-1
/
+6
2016-05-05
perf evlist: Rename variable in perf_mmap__read()
Wang Nan
1
-14
/
+15
2016-05-05
perf evlist: Extract perf_mmap__read()
Wang Nan
1
-15
/
+24
2016-05-05
perf symbols: Fix kallsyms perf test on ppc64le
Naveen N. Rao
5
-15
/
+31
2016-05-05
perf powerpc: Fix kprobe and kretprobe handling with kallsyms on ppc64le
Naveen N. Rao
1
-5
/
+14
2016-05-05
perf hists: Move sort__has_comm into struct perf_hpp_list
Jiri Olsa
4
-5
/
+6
2016-05-05
perf hists: Move sort__has_thread into struct perf_hpp_list
Jiri Olsa
4
-9
/
+8
2016-05-05
perf hists: Move sort__has_socket into struct perf_hpp_list
Jiri Olsa
5
-6
/
+5
2016-05-05
perf hists: Move sort__has_dso into struct perf_hpp_list
Jiri Olsa
4
-9
/
+8
2016-05-05
perf hists: Move sort__has_sym into struct perf_hpp_list
Jiri Olsa
8
-14
/
+13
2016-05-05
perf hists: Move sort__has_parent into struct perf_hpp_list
Jiri Olsa
6
-7
/
+6
2016-05-05
perf hists: Move sort__need_collapse into struct perf_hpp_list
Jiri Olsa
11
-20
/
+22
2016-05-05
perf tools powerpc: Add support for generating bpf prologue
Naveen N. Rao
2
-12
/
+29
2016-05-05
perf trace: Do not show the runtime_ms for a thread when not collecting it
Arnaldo Carvalho de Melo
1
-1
/
+5
2016-05-05
perf trace: Sort syscalls stats by msecs in --summary
Arnaldo Carvalho de Melo
1
-10
/
+22
2016-05-05
perf trace: Sort summary output by number of events
Arnaldo Carvalho de Melo
1
-21
/
+28
2016-05-05
perf tools: Add template for generating rbtree resort class
Arnaldo Carvalho de Melo
1
-0
/
+149
2016-05-05
perf machine: Introduce number of threads member
Arnaldo Carvalho de Melo
2
-1
/
+7
2016-04-28
perf tests: Do not use sizeof on pointer type
Vaishali Thakkar
1
-1
/
+1
2016-04-28
perf trace: Move msg_flags beautifier to tools/perf/trace/beauty/
Arnaldo Carvalho de Melo
2
-61
/
+63
2016-04-28
perf record: Generate tracking events for process forked by perf
Wang Nan
1
-1
/
+30
2016-04-28
perf record: Disable buildid cache options by default in switch output mode
Wang Nan
2
-2
/
+30
2016-04-28
perf record: Force enable --timestamp-filename when --switch-output is provided
Wang Nan
2
-0
/
+8
2016-04-28
perf record: Split output into multiple files via '--switch-output'
Wang Nan
2
-2
/
+46
2016-04-28
perf tools: Derive trigger class from auxtrace_snapshot
Wang Nan
1
-53
/
+20
2016-04-28
perf tools: Introduce trigger class
Wang Nan
1
-0
/
+94
2016-04-28
perf probe: Use strbuf for making strings
Masami Hiramatsu
3
-169
/
+93
2016-04-28
perf evsel: Remove two extraneous ending newlines in open_strerror()
Arnaldo Carvalho de Melo
1
-2
/
+2
2016-04-28
perf evsel: Handle ENOMEM for perf_event_max_stack + PERF_SAMPLE_CALLCHAIN
Arnaldo Carvalho de Melo
1
-0
/
+8
2016-04-27
perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...
Arnaldo Carvalho de Melo
16
-18
/
+28
2016-04-26
perf bench: Remove one more die() call
Arnaldo Carvalho de Melo
1
-7
/
+15
2016-04-26
perf tools: Update x86's syscall_64.tbl, adding preadv2 & pwritev2
Arnaldo Carvalho de Melo
1
-0
/
+2
2016-04-26
perf probe: Fix module probe issue if no dwarf support
Ravi Bangoria
1
-3
/
+73
2016-04-26
perf probe: Fix offline module name missmatch issue
Ravi Bangoria
1
-14
/
+5
2016-04-26
perf trace: Read thread's COMM from /proc when not set
Arnaldo Carvalho de Melo
1
-1
/
+4
2016-04-26
perf thread: Introduce method to set comm from /proc/pid/self
Arnaldo Carvalho de Melo
2
-0
/
+21
2016-04-26
perf trace: Do not beautify the 'pid' parameter as a simple integer
Arnaldo Carvalho de Melo
1
-2
/
+1
2016-04-26
perf trace: Move perf_flags beautifier to tools/perf/trace/beauty/
Arnaldo Carvalho de Melo
2
-44
/
+44
[next]