summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-05-06perf trace: Sort summary output by number of eventsArnaldo Carvalho de Melo1-21/+28
2016-05-06perf tools: Add template for generating rbtree resort classArnaldo Carvalho de Melo1-0/+149
2016-05-06perf machine: Introduce number of threads memberArnaldo Carvalho de Melo2-1/+7
2016-05-05Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar5-35/+311
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-28bpf tools: Fix syscall argumentFlorian Fainelli1-1/+1
2016-04-28bpf tools: Remove expression with no effectFlorian Fainelli1-1/+0
2016-04-27perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...Arnaldo 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-26tools lib api fs: Add helper to read string from procfs fileArnaldo Carvalho de Melo2-0/+15
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
2016-04-26perf probe: Set default kprobe group name if it is not givenMasami Hiramatsu1-3/+7
2016-04-26perf probe: Let probe_file__add_event return 0 if succeededMasami Hiramatsu1-2/+1
2016-04-26perf tools: Add lsdir() helper to read a directoryMasami Hiramatsu2-0/+37
2016-04-26perf probe: Close target file on error pathMasami Hiramatsu1-2/+7
2016-04-26perf evlist: Enforce ring buffer readingWang Nan1-2/+10
2016-04-26perf hists: Clear dummy entry accumulated periodKan Liang1-0/+2
2016-04-26perf intel-pt: Fix off-by-one comparison on maximum codeColin Ian King1-1/+1
2016-04-26perf bench futex: Simplify wrapper for LOCK_PIDavidlohr Bueso2-5/+3
2016-04-26perf tests: Replace assignment with comparison on assert checkColin Ian King1-1/+1
2016-04-26perf tools: Remove duplicate const qualifierEric Engestrom1-1/+1
2016-04-25tools build: Fix perf_clean targetJiri Olsa1-1/+2
2016-04-25perf tools: Make the x86 clean quietJiri Olsa1-1/+1
2016-04-25perf evlist: Decode perf_event_attr->branch_sample_typeArnaldo Carvalho de Melo1-1/+17
2016-04-25perf trace: Make --pf honour --min-stack tooArnaldo Carvalho de Melo1-4/+15
2016-04-25perf trace: Make --event honour --min-stack tooArnaldo Carvalho de Melo1-5/+16
2016-04-25perf script: Fix segfault when printing callchainsChris Phlipot1-6/+6
2016-04-25perf trace: Make --pf maj/min/all use callchains tooArnaldo Carvalho de Melo1-18/+41
2016-04-25perf trace: Extract evsel contructor from perf_evlist__add_pgfaultArnaldo Carvalho de Melo1-15/+16
2016-04-25perf buildid: Fix off-by-one in write_buildid()Andrey Ryabinin1-3/+3
2016-04-23Merge branches 'perf-urgent-for-linus', 'smp-urgent-for-linus' and 'timers-ur...Linus Torvalds1-1/+1
2016-04-23Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-34/+101
2016-04-23Merge tag 'perf-core-for-mingo-20160419' of git://git.kernel.org/pub/scm/linu...Ingo Molnar18-56/+74
2016-04-23Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar1-1/+1