summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Fix to find line information for probe listMasami Hiramatsu2013-10-043-21/+59
* perf tools: Fix libaudit testArnaldo Carvalho de Melo2013-10-041-1/+1
* perf stat: Set child_pid after perf_evlist__prepare_workload()Namhyung Kim2013-10-041-0/+1
* perf tools: Add default handler for mmap2 eventsDavid Ahern2013-10-041-0/+2
* Revert "perf symbols: Demangle cloned functions"Ingo Molnar2013-09-291-26/+1Star
* perf symbols: Demangle cloned functionsAndi Kleen2013-09-251-1/+26
* perf machine: Fix path unpopulated in machine__create_modules()Adrian Hunter2013-09-251-1/+1
* perf tools: Explicitly add libdl dependencyDavid Ahern2013-09-251-1/+1
* perf probe: Fix probing symbols with optimization suffixMasami Hiramatsu2013-09-252-36/+44
* perf trace: Add mmap2 handlerDavid Ahern2013-09-241-0/+1
* perf kmem: Make it work again on non NUMA machinesJiri Olsa2013-09-241-1/+1
* perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'Peter Zijlstra2013-09-201-3/+3
* perf tools: Fix old GCC build error in trace-event-parse.c:parse_proc_kallsyms()Ingo Molnar2013-09-191-1/+1
* perf probe: Fix finder to find lines of given functionMasami Hiramatsu2013-09-193-7/+27
* perf session: Check for SIGINT in more loopsArnaldo Carvalho de Melo2013-09-196-8/+16
* perf tools: Fix compile with libelf without get_phdrnumAdrian Hunter2013-09-193-0/+28
* perf tools: Fix buildid cache handling of kallsyms with kcoreAdrian Hunter2013-09-191-13/+28
* perf annotate: Fix objdump line parsing offset validationAdrian Hunter2013-09-191-1/+1
* perf tools: Fill in new definitions for madvise()/mmap() flagsIngo Molnar2013-09-191-0/+17
* perf tools: Sharpen the libaudit dependencies testIngo Molnar2013-09-191-0/+1
* perf tools: Add attr->mmap2 supportStephane Eranian2013-09-1117-25/+200
* perf kvm: Fix sample_type manipulationAdrian Hunter2013-09-091-9/+9
* perf evlist: Fix id pos in perf_evlist__open()Adrian Hunter2013-09-091-0/+12
* perf trace: Handle perf.data files with no tracepointsArnaldo Carvalho de Melo2013-09-091-33/+7Star
* perf session: Separate progress bar update when processing eventsJiri Olsa2013-09-051-1/+2
* perf trace: Check if MAP_32BIT is definedKyle McMartin2013-09-051-0/+2
* perf hists: Fix formatting of long symbol namesArnaldo Carvalho de Melo2013-09-051-6/+17
* perf evlist: Fix parsing with no sample_id_all bit setAdrian Hunter2013-09-051-2/+7
* perf tools: Add test for parsing with no sample_id_all bitAdrian Hunter2013-09-054-1/+115
* perf trace: Check control+C more oftenArnaldo Carvalho de Melo2013-09-051-0/+3
* perf trace: Tell arg formatters the arg indexArnaldo Carvalho de Melo2013-09-021-11/+25
* perf trace: Add beautifier for open's flags argArnaldo Carvalho de Melo2013-09-021-1/+58
* perf trace: Add beautifier for lseek's whence argArnaldo Carvalho de Melo2013-09-021-0/+27
* perf tools: Fix symbol offset computation for some dsosDavid Ahern2013-09-022-1/+5
* perf list: Skip unsupported eventsNamhyung Kim2013-09-021-2/+39
* perf tests: Add 'keep tracking' testAdrian Hunter2013-09-026-2/+205
* perf tools: Add support for PERF_COUNT_SW_DUMMYAdrian Hunter2013-09-024-0/+7
* perf trace: Add beautifier for futex 'operation' parmArnaldo Carvalho de Melo2013-09-021-1/+46
* perf trace: Allow syscall arg formatters to mask argsArnaldo Carvalho de Melo2013-09-021-11/+22
* perf trace: Handle missing HUGEPAGE definesDavid Ahern2013-08-301-0/+6
* perf trace: Honor target pid / tid options when analyzing a fileDavid Ahern2013-08-291-0/+43
* perf trace: Add option to analyze events in a file versus liveDavid Ahern2013-08-292-2/+100
* perf evlist: Add tracepoint lookup by nameDavid Ahern2013-08-292-0/+19
* perf tests: Add a sample parsing testAdrian Hunter2013-08-294-0/+322
* perf tools: Add a function to calculate sample event sizeAdrian Hunter2013-08-292-0/+94
* perf tools: Expand perf_event__synthesize_sample()Adrian Hunter2013-08-293-3/+97
* perf tools: Add missing 'abi' member to 'struct regs_dump'Adrian Hunter2013-08-292-4/+4
* perf tools: Add support for PERF_SAMPLE_IDENTIFIERAdrian Hunter2013-08-299-22/+310
* perf evlist: Move perf_evlist__config() to a new source fileAdrian Hunter2013-08-293-22/+26
* perf tools: Remove references to struct ip_eventAdrian Hunter2013-08-2911-47/+35Star