summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | 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
| * | | 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
| * | | 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
| * | | perf trace: Make --event honour --min-stack tooArnaldo Carvalho de Melo2016-04-251-5/+16
| * | | perf script: Fix segfault when printing callchainsChris Phlipot2016-04-251-6/+6
| * | | perf trace: Make --pf maj/min/all use callchains tooArnaldo Carvalho de Melo2016-04-251-18/+41
| * | | perf trace: Extract evsel contructor from perf_evlist__add_pgfaultArnaldo Carvalho de Melo2016-04-251-15/+16
| * | | perf buildid: Fix off-by-one in write_buildid()Andrey Ryabinin2016-04-251-3/+3
| * | | Merge tag 'perf-core-for-mingo-20160419' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-04-2318-56/+74
| |\ \ \
| | * | | perf test: Add missing verbose output explaining the reason for failureArnaldo Carvalho de Melo2016-04-191-0/+3
| | * | | perf test: Ignore kcore files in the "vmlinux matches kallsyms" testArnaldo Carvalho de Melo2016-04-191-1/+7
| | * | | perf symbols: Allow loading kallsyms without considering kcore filesArnaldo Carvalho de Melo2016-04-194-6/+22
| | * | | perf build: Remove x86 references from arch-neutral BuildArnaldo Carvalho de Melo2016-04-191-4/+0
| | * | | perf jit: memset() variable 'st' using the correct sizeColin Ian King2016-04-191-2/+2
| | * | | perf script: Fix postgresql ubuntu install instructionsChris Phlipot2016-04-191-3/+2
| | * | | perf top: Use callchain_param.enabled instead of symbol_conf.use_callchainArnaldo Carvalho de Melo2016-04-181-6/+6
| | * | | perf hists browser: Fold two consecutive symbol_conf.use_callchain ifsArnaldo Carvalho de Melo2016-04-181-3/+2
| | * | | perf tools: Ditch record_opts.callgraph_setArnaldo Carvalho de Melo2016-04-184-20/+16
| | * | | perf report: Use callchain_param.enabled instead of tool specific knobArnaldo Carvalho de Melo2016-04-181-5/+6
| | * | | perf callchain: Set callchain_param.enabled when parsing --call-graphArnaldo Carvalho de Melo2016-04-181-0/+2
| | * | | perf script: Check sample->callchain before using itArnaldo Carvalho de Melo2016-04-181-1/+1
| | * | | perf evsel: Add missign class prefix to has_branch_stack methodArnaldo Carvalho de Melo2016-04-183-4/+4
| | * | | perf trace: Fix build when DWARF unwind isn't availableArnaldo Carvalho de Melo2016-04-161-1/+1
OpenPOWER on IntegriCloud