aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-11Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-0/+3
2016-05-11perf diff: Fix duplicated output columnNamhyung Kim1-0/+3
2016-05-06perf trace: Move futex_op beautifier to tools/perf/trace/beauty/Arnaldo Carvalho de Melo2-45/+46
2016-05-06perf trace: Move open_flags beautifier to tools/perf/trace/beauty/Arnaldo Carvalho de Melo2-56/+57
2016-05-06perf trace: Move signum beautifier to tools/perf/trace/beauty/Arnaldo Carvalho de Melo2-53/+54
2016-05-06perf stat: Add extra output of counter values with -vvAndi Kleen1-0/+8
2016-05-06perf script: Update export-to-postgresql to support callchain exportChris Phlipot1-17/+30
2016-05-06perf script: Expose usage of the callchain db export via the python apiChris Phlipot3-16/+46
2016-05-06perf script: Add call path id to exported sample in db exportChris Phlipot2-1/+4
2016-05-06perf script: Enable db export to output sampled callchainsChris Phlipot2-0/+84
2016-05-06perf tools: Refactor code to move call path handling out of thread-stackChris Phlipot7-149/+204
2016-05-06perf callchain: Fix incorrect ordering of entriesChris Phlipot1-15/+41
2016-05-06perf trace: Do not print raw args list for syscalls with no argsArnaldo Carvalho de Melo1-1/+6
2016-05-05perf evlist: Rename variable in perf_mmap__read()Wang Nan1-14/+15
2016-05-05perf evlist: Extract perf_mmap__read()Wang Nan1-15/+24
2016-05-05perf symbols: Fix kallsyms perf test on ppc64leNaveen N. Rao5-15/+31
2016-05-05perf powerpc: Fix kprobe and kretprobe handling with kallsyms on ppc64leNaveen N. Rao1-5/+14
2016-05-05perf hists: Move sort__has_comm into struct perf_hpp_listJiri Olsa4-5/+6
2016-05-05perf hists: Move sort__has_thread into struct perf_hpp_listJiri Olsa4-9/+8
2016-05-05perf hists: Move sort__has_socket into struct perf_hpp_listJiri Olsa5-6/+5
2016-05-05perf hists: Move sort__has_dso into struct perf_hpp_listJiri Olsa4-9/+8
2016-05-05perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa8-14/+13
2016-05-05perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa6-7/+6
2016-05-05perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa11-20/+22
2016-05-05perf tools powerpc: Add support for generating bpf prologueNaveen N. Rao2-12/+29
2016-05-05perf trace: Do not show the runtime_ms for a thread when not collecting itArnaldo Carvalho de Melo1-1/+5
2016-05-05perf trace: Sort syscalls stats by msecs in --summaryArnaldo Carvalho de Melo1-10/+22
2016-05-05perf trace: Sort summary output by number of eventsArnaldo Carvalho de Melo1-21/+28
2016-05-05perf tools: Add template for generating rbtree resort classArnaldo Carvalho de Melo1-0/+149
2016-05-05perf machine: Introduce number of threads memberArnaldo Carvalho de Melo2-1/+7
2016-04-28perf tests: Do not use sizeof on pointer typeVaishali Thakkar1-1/+1
2016-04-28perf trace: Move msg_flags beautifier to tools/perf/trace/beauty/Arnaldo Carvalho de Melo2-61/+63
2016-04-28perf record: Generate tracking events for process forked by perfWang Nan1-1/+30
2016-04-28perf record: Disable buildid cache options by default in switch output modeWang Nan2-2/+30
2016-04-28perf record: Force enable --timestamp-filename when --switch-output is providedWang Nan2-0/+8
2016-04-28perf record: Split output into multiple files via '--switch-output'Wang Nan2-2/+46
2016-04-28perf tools: Derive trigger class from auxtrace_snapshotWang Nan1-53/+20
2016-04-28perf tools: Introduce trigger classWang Nan1-0/+94
2016-04-28perf probe: Use strbuf for making stringsMasami Hiramatsu3-169/+93
2016-04-28perf evsel: Remove two extraneous ending newlines in open_strerror()Arnaldo Carvalho de Melo1-2/+2
2016-04-28perf evsel: Handle ENOMEM for perf_event_max_stack + PERF_SAMPLE_CALLCHAINArnaldo Carvalho de Melo1-0/+8
2016-04-27perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_max_stackArnaldo Carvalho de Melo16-18/+28
2016-04-26perf bench: Remove one more die() callArnaldo Carvalho de Melo1-7/+15
2016-04-26perf tools: Update x86's syscall_64.tbl, adding preadv2 & pwritev2Arnaldo Carvalho de Melo1-0/+2
2016-04-26perf probe: Fix module probe issue if no dwarf supportRavi Bangoria1-3/+73
2016-04-26perf probe: Fix offline module name missmatch issueRavi Bangoria1-14/+5
2016-04-26perf trace: Read thread's COMM from /proc when not setArnaldo Carvalho de Melo1-1/+4
2016-04-26perf thread: Introduce method to set comm from /proc/pid/selfArnaldo Carvalho de Melo2-0/+21
2016-04-26perf trace: Do not beautify the 'pid' parameter as a simple integerArnaldo Carvalho de Melo1-2/+1
2016-04-26perf trace: Move perf_flags beautifier to tools/perf/trace/beauty/Arnaldo Carvalho de Melo2-44/+44