aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-28perf tools: Add missing object file to the python binding linkage listArnaldo Carvalho de Melo2-1/+2
2016-10-28perf scripting: Don't die if scripting can't be setup, disable itArnaldo Carvalho de Melo1-18/+15
2016-10-28perf scripting: Avoid leaking the scripting_context variableArnaldo Carvalho de Melo1-2/+4
2016-10-28perf tools: Update x86's syscall_64.tbl, adding pkey_(alloc,free,mprotect)Arnaldo Carvalho de Melo1-0/+3
2016-10-28perf bench mem: Ignore export.h related changes to mem{cpy,set}.SArnaldo Carvalho de Melo1-2/+2
2016-10-28perf list: Support matching by topicAndi Kleen1-1/+3
2016-10-28perf tools: Introduce timestamp__scnprintf_usec()Namhyung Kim4-7/+24
2016-10-25perf sched map: Always show task comm with -vNamhyung Kim1-1/+1
2016-10-25perf sched map: Apply cpu color when there's an activityNamhyung Kim1-1/+1
2016-10-25perf sched: Make common options cascadingNamhyung Kim1-12/+12
2016-10-25perf hist browser: Fix hierarchy column countsNamhyung Kim1-1/+14
2016-10-25perf bench futex: Sanitize numeric parametersDavidlohr Bueso6-0/+20
2016-10-25perf bench futex: Avoid worker cacheline bouncingDavidlohr Bueso2-7/+8
2016-10-24perf coresight: Removing miscellaneous debug outputMathieu Poirier1-2/+0
2016-10-24perf list: Make vendor event matching case insensitiveAndi Kleen3-7/+19
2016-10-24perf trace: Use the syscall raw_syscalls:sys_enter timestampArnaldo Carvalho de Melo1-3/+3
2016-10-24perf trace: Remove thread_trace->exit_timeArnaldo Carvalho de Melo1-3/+0
2016-10-24perf bench futex: Cache align the worker structSebastian Andrzej Siewior1-1/+4
2016-10-24perf tools: Use normal error reporting when processing PERF_RECORD_READ eventsArnaldo Carvalho de Melo3-27/+70
2016-10-24perf tools: Normalize sq_quote_argv() error reportingArnaldo Carvalho de Melo1-1/+1
2016-10-24perf bench mem: Move boilerplate memory allocation to the infrastructureArnaldo Carvalho de Melo1-47/+30
2016-10-24perf trace: Implement --delayAlexis Berlemont2-1/+14
2016-10-24perf hists browser: Dynamically change verbosity levelAlexis Berlemont2-6/+16
2016-10-24perf tools: Fix typo "No enough" to "Not enough"Alexander Alemayhu4-10/+10
2016-10-24perf pmu: Only print Using CPUID message onceAndi Kleen1-1/+5
2016-10-24perf jit: Add jitdump format specification documentStephane Eranian1-0/+170
2016-10-24perf jit: Check JITHEADER_VERSIONStefano Sanfilippo1-0/+6
2016-10-24perf jit: Generate .eh_frame/.eh_frame_hdr in DSOStefano Sanfilippo3-7/+109
2016-10-24perf jit: Add unwinding supportStefano Sanfilippo2-3/+66
2016-10-24perf jit: Do not assume pgoff is zeroStefano Sanfilippo1-2/+2
2016-10-24perf jit: Make perf skip unknown recordsStefano Sanfilippo1-3/+3
2016-10-24perf jit: Remove unecessary padding in jitdump fileStephane Eranian1-37/+1
2016-10-24perf jit: Enable jitdump support without dwarfMaciej Debski4-4/+11
2016-10-24perf jit: Improve error messages from JVMTIStephane Eranian1-10/+29
2016-10-24perf jit: Add NT_GNU_BUILD_ID definition for older distrosArnaldo Carvalho de Melo1-0/+4
2016-10-24perf jit: Avoid returning garbage for a ret variableArnaldo Carvalho de Melo1-1/+1
2016-10-24perf tools: Implement branch_type event parameterAndi Kleen5-43/+71
2016-10-24perf record: Improve documentation of event parametersAndi Kleen1-3/+6
2016-10-24perf header: Display feature name on write failureJiri Olsa1-1/+1
2016-10-24perf header: Display missing featuresJiri Olsa1-1/+9
2016-10-24perf report: Move captured info to generic header infoJiri Olsa2-10/+9
2016-10-24tools lib: Add for_each_clear_bit macroJiri Olsa1-0/+1
2016-10-24perf tools: Sync copy of x86's syscall tableArnaldo Carvalho de Melo1-2/+2
2016-10-24perf script: Support insn and insnlenAndi Kleen2-3/+27
2016-10-24perf intel-pt/bts: Report instruction bytes and length in sampleAndi Kleen6-1/+19
2016-10-24perf intel-pt/bts: Tidy instruction buffer size usageAdrian Hunter5-23/+16
2016-10-21perf c2c report: Add --show-all optionJiri Olsa2-2/+8
2016-10-21perf c2c report: Add --no-source optionJiri Olsa2-5/+11
2016-10-21perf c2c: Add man page and creditsJiri Olsa2-0/+287
2016-10-21perf c2c report: Add help windowsJiri Olsa1-2/+17