summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa2016-05-0511-20/+22
* perf tools powerpc: Add support for generating bpf prologueNaveen N. Rao2016-05-052-12/+29
* perf trace: Do not show the runtime_ms for a thread when not collecting itArnaldo Carvalho de Melo2016-05-051-1/+5
* perf trace: Sort syscalls stats by msecs in --summaryArnaldo Carvalho de Melo2016-05-051-10/+22
* perf trace: Sort summary output by number of eventsArnaldo Carvalho de Melo2016-05-051-21/+28
* perf tools: Add template for generating rbtree resort classArnaldo Carvalho de Melo2016-05-051-0/+149
* perf machine: Introduce number of threads memberArnaldo Carvalho de Melo2016-05-052-1/+7
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-05-055-35/+311
|\
| *---. Merge branches 'perf-urgent-for-linus', 'smp-urgent-for-linus' and 'timers-ur...Linus Torvalds2016-04-231-1/+1
| |\ \ \
| * \ \ \ Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-04-232-34/+101
| |\ \ \ \
| | * | | | objtool: Detect falling through to the next functionJosh Poimboeuf2016-04-162-23/+61
| | * | | | objtool: Add workaround for GCC switch jump table bugJosh Poimboeuf2016-04-151-12/+41
| | | |/ / | | |/| |
| * | | | soreuseport: test mixed v4/v6 socketsCraig Gallek2016-04-143-1/+210
| |/ / /
* | | | perf tests: Do not use sizeof on pointer typeVaishali Thakkar2016-04-281-1/+1
* | | | perf trace: Move msg_flags beautifier to tools/perf/trace/beauty/Arnaldo Carvalho de Melo2016-04-282-61/+63
* | | | perf record: Generate tracking events for process forked by perfWang Nan2016-04-281-1/+30
* | | | perf record: Disable buildid cache options by default in switch output modeWang Nan2016-04-282-2/+30
* | | | perf record: Force enable --timestamp-filename when --switch-output is providedWang Nan2016-04-282-0/+8
* | | | perf record: Split output into multiple files via '--switch-output'Wang Nan2016-04-282-2/+46
* | | | perf tools: Derive trigger class from auxtrace_snapshotWang Nan2016-04-281-53/+20
* | | | perf tools: Introduce trigger classWang Nan2016-04-281-0/+94
* | | | perf probe: Use strbuf for making stringsMasami Hiramatsu2016-04-283-169/+93
* | | | perf evsel: Remove two extraneous ending newlines in open_strerror()Arnaldo Carvalho de Melo2016-04-281-2/+2
* | | | perf evsel: Handle ENOMEM for perf_event_max_stack + PERF_SAMPLE_CALLCHAINArnaldo Carvalho de Melo2016-04-281-0/+8
* | | | bpf tools: Fix syscall argumentFlorian Fainelli2016-04-281-1/+1
* | | | bpf tools: Remove expression with no effectFlorian Fainelli2016-04-281-1/+0
* | | | perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...Arnaldo Carvalho de Melo2016-04-2716-18/+28
* | | | perf bench: Remove one more die() callArnaldo Carvalho de Melo2016-04-261-7/+15
* | | | perf tools: Update x86's syscall_64.tbl, adding preadv2 & pwritev2Arnaldo Carvalho de Melo2016-04-261-0/+2
* | | | perf probe: Fix module probe issue if no dwarf supportRavi Bangoria2016-04-261-3/+73
* | | | perf probe: Fix offline module name missmatch issueRavi Bangoria2016-04-261-14/+5
* | | | perf trace: Read thread's COMM from /proc when not setArnaldo Carvalho de Melo2016-04-261-1/+4
* | | | perf thread: Introduce method to set comm from /proc/pid/selfArnaldo Carvalho de Melo2016-04-262-0/+21
* | | | tools lib api fs: Add helper to read string from procfs fileArnaldo Carvalho de Melo2016-04-262-0/+15
* | | | perf trace: Do not beautify the 'pid' parameter as a simple integerArnaldo Carvalho de Melo2016-04-261-2/+1
* | | | perf trace: Move perf_flags beautifier to tools/perf/trace/beauty/Arnaldo Carvalho de Melo2016-04-262-44/+44
* | | | perf probe: Set default kprobe group name if it is not givenMasami Hiramatsu2016-04-261-3/+7
* | | | perf probe: Let probe_file__add_event return 0 if succeededMasami Hiramatsu2016-04-261-2/+1
* | | | perf tools: Add lsdir() helper to read a directoryMasami Hiramatsu2016-04-262-0/+37
* | | | perf probe: Close target file on error pathMasami Hiramatsu2016-04-261-2/+7
* | | | perf evlist: Enforce ring buffer readingWang Nan2016-04-261-2/+10
* | | | perf hists: Clear dummy entry accumulated periodKan Liang2016-04-251-0/+2
* | | | perf intel-pt: Fix off-by-one comparison on maximum codeColin Ian King2016-04-251-1/+1
* | | | perf bench futex: Simplify wrapper for LOCK_PIDavidlohr Bueso2016-04-252-5/+3
* | | | perf tests: Replace assignment with comparison on assert checkColin Ian King2016-04-251-1/+1
* | | | perf tools: Remove duplicate const qualifierEric Engestrom2016-04-251-1/+1
* | | | tools build: Fix perf_clean targetJiri Olsa2016-04-251-1/+2
* | | | perf tools: Make the x86 clean quietJiri Olsa2016-04-251-1/+1
* | | | perf evlist: Decode perf_event_attr->branch_sample_typeArnaldo Carvalho de Melo2016-04-251-1/+17
* | | | perf trace: Make --pf honour --min-stack tooArnaldo Carvalho de Melo2016-04-251-4/+15
OpenPOWER on IntegriCloud