summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2015-10-27perf header: Fixup reading of HEADER_NRCPUS featureArnaldo Carvalho de Melo1-2/+2
2015-10-27perf hists: Update the column width for the "srcline" sort keyArnaldo Carvalho de Melo1-0/+3
2015-01-26perf session: Do not fail on processing out of order eventJiri Olsa2-2/+4
2014-02-06perf kvm: Fix kvm report without guestmount.Dongsheng Yang1-1/+6
2013-12-04perf tools: Synthesize anon MMAP records againDon Zickus1-2/+4
2013-12-04perf tools: Remove cast of non-variadic function to variadicMichael Hudson-Doyle2-3/+10
2013-10-28perf tools: Fixup mmap event consumptionZhouyi Zhou3-3/+14
2013-10-28perf record: Split -g and --call-graphJiri Olsa1-0/+3
2013-10-28perf hists: Add color overhead for stdio output bufferJiri Olsa1-0/+13
2013-10-28perf tools: Fix up /proc/PID/maps parsingArnaldo Carvalho de Melo1-1/+1
2013-10-24perf script python: Fix mem leak due to missing Py_DECREFs on dict entriesJoseph Schuchart1-13/+24
2013-10-17perf: Disable PERF_RECORD_MMAP2 supportStephane Eranian2-18/+13
2013-10-17perf scripting perl: Fix build error on Fedora 12Arnaldo Carvalho de Melo1-1/+1
2013-10-15perf probe: Fix to initialize fname always before use itMasami Hiramatsu1-1/+1
2013-10-04perf session: Fix infinite loop on invalid perf.data fileNamhyung Kim2-1/+13
2013-10-04perf probe: Fix to find line information for probe listMasami Hiramatsu3-21/+59
2013-10-04perf tools: Add default handler for mmap2 eventsDavid Ahern1-0/+2
2013-09-29Revert "perf symbols: Demangle cloned functions"Ingo Molnar1-26/+1
2013-09-25perf symbols: Demangle cloned functionsAndi Kleen1-1/+26
2013-09-25perf machine: Fix path unpopulated in machine__create_modules()Adrian Hunter1-1/+1
2013-09-25perf probe: Fix probing symbols with optimization suffixMasami Hiramatsu2-36/+44
2013-09-19perf tools: Fix old GCC build error in trace-event-parse.c:parse_proc_kallsyms()Ingo Molnar1-1/+1
2013-09-19perf probe: Fix finder to find lines of given functionMasami Hiramatsu3-7/+27
2013-09-19perf session: Check for SIGINT in more loopsArnaldo Carvalho de Melo3-2/+13
2013-09-19perf tools: Fix compile with libelf without get_phdrnumAdrian Hunter1-0/+16
2013-09-19perf tools: Fix buildid cache handling of kallsyms with kcoreAdrian Hunter1-13/+28
2013-09-19perf annotate: Fix objdump line parsing offset validationAdrian Hunter1-1/+1
2013-09-11perf tools: Add attr->mmap2 supportStephane Eranian11-21/+170
2013-09-09perf evlist: Fix id pos in perf_evlist__open()Adrian Hunter1-0/+12
2013-09-09perf trace: Handle perf.data files with no tracepointsArnaldo Carvalho de Melo1-33/+7
2013-09-05perf session: Separate progress bar update when processing eventsJiri Olsa1-1/+2
2013-09-05perf evlist: Fix parsing with no sample_id_all bit setAdrian Hunter1-2/+7
2013-09-02perf tools: Fix symbol offset computation for some dsosDavid Ahern2-1/+5
2013-09-02perf list: Skip unsupported eventsNamhyung Kim1-2/+39
2013-09-02perf tests: Add 'keep tracking' testAdrian Hunter2-2/+45
2013-09-02perf tools: Add support for PERF_COUNT_SW_DUMMYAdrian Hunter4-0/+7
2013-08-30perf evlist: Add tracepoint lookup by nameDavid Ahern2-0/+19
2013-08-29perf tools: Add a function to calculate sample event sizeAdrian Hunter2-0/+94
2013-08-29perf tools: Expand perf_event__synthesize_sample()Adrian Hunter2-2/+94
2013-08-29perf tools: Add missing 'abi' member to 'struct regs_dump'Adrian Hunter2-4/+4
2013-08-29perf tools: Add support for PERF_SAMPLE_IDENTIFIERAdrian Hunter7-20/+308
2013-08-29perf evlist: Move perf_evlist__config() to a new source fileAdrian Hunter2-22/+25
2013-08-29perf tools: Remove references to struct ip_eventAdrian Hunter5-23/+14
2013-08-29perf callchain: Remove unnecessary validationAdrian Hunter3-33/+0
2013-08-29perf evsel: Tidy up sample parsing overflow checkingAdrian Hunter1-41/+71
2013-08-29perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter5-12/+25
2013-08-27perf tools: Add pid to struct threadAdrian Hunter3-7/+15
2013-08-27perf tools: Sample after exit loses thread correlationDavid Ahern2-14/+25
2013-08-17perf tools: Add debug printsAdrian Hunter2-1/+69
2013-08-17perf tools: Re-implement debug print function for linking python/perf.soAdrian Hunter1-0/+20