aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
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-29perf 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-26perf tools: Sample after exit loses thread correlationDavid Ahern2-14/+25
2013-08-16perf tools: Add debug printsAdrian Hunter2-1/+69
2013-08-16perf tools: Re-implement debug print function for linking python/perf.soAdrian Hunter1-0/+20
2013-08-16perf tools: Try to increase the file descriptor limits on EMFILEAndi Kleen1-0/+28
2013-08-14perf tools: Improve robustness of topology parsing codeStephane Eranian1-4/+7
2013-08-12perf tools: Remove filter parameter of thread__find_addr_map()Adrian Hunter4-9/+8
2013-08-12perf tools: Remove filter parameter of thread__find_addr_location()Adrian Hunter4-11/+11
2013-08-12perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter3-8/+6
2013-08-12perf machine: Add symbol filter to struct machineAdrian Hunter2-0/+25
2013-08-12perf session: Change perf_session__has_traces to actually check for tracepointsDavid Ahern1-4/+7
2013-08-12perf evsel: Add option to limit stack depth in callchain dumpsDavid Ahern2-3/+5
2013-08-12perf evsel: Add option to print stack trace on single lineDavid Ahern2-2/+7
2013-08-12perf tool: Simplify options to perf_evsel__print_ipDavid Ahern2-4/+17
2013-08-07perf machine: Do not require /lib/modules/* on a guestJason Wessel1-1/+4
2013-08-07perf tools: Add support for pinned modifierMichael Ellerman2-2/+12
2013-08-07perf session: Export queue_event functionDavid Ahern2-9/+7
2013-08-07perf annotate: Add call target name if it is missingAdrian Hunter1-0/+16
2013-08-07perf annotate: Remove nop at end of annotationAdrian Hunter1-0/+31
2013-08-07perf annotate: Allow disassembly using /proc/kcoreAdrian Hunter1-4/+9
2013-08-07perf symbols: Add support for reading from /proc/kcoreAdrian Hunter9-3/+347
2013-08-07perf tools: Make it possible to read object code from kernel modulesAdrian Hunter5-9/+43
2013-08-07perf tools: Make it possible to read object code from vmlinuxAdrian Hunter6-61/+112
2013-08-07perf symbols: Load kernel maps before usingAdrian Hunter4-8/+18
2013-08-07perf symbols: avoid SyS kernel syscall aliasesAdrian Hunter1-3/+14
2013-08-07perf evsel: Add support for enabling countersAndi Kleen2-3/+19
2013-08-07perf evlist: Remove obsolete dummy execveAndi Kleen1-7/+0
2013-08-07perf session: Export a few functions for event processingDavid Ahern2-6/+13
2013-08-07perf stats: Add max and min statsDavid Ahern2-0/+15
2013-08-07perf top: move CONSOLE_CLEAR to header fileDavid Ahern1-0/+2
2013-08-07perf util: Add parse_nsec_time() functionNamhyung Kim2-0/+35
2013-08-07perf evsel: Actually show symbol offset in stack trace when requestedDavid Ahern1-1/+6
2013-08-07perf tools: Add 'S' event/group modifier to read sample valueJiri Olsa4-2/+38
2013-08-07perf evsel: Add PERF_SAMPLE_READ sample related processingJiri Olsa2-1/+74
2013-08-07perf evlist: Add perf_evlist__id2sid method to get event ID related dataJiri Olsa2-5/+18
2013-08-07perf evlist: Fix event ID retrieval for group format read caseJiri Olsa1-0/+7