summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2012-04-25parse-events: Rename struct record to struct pevent_recordSteven Rostedt3-11/+11
2012-04-25perf/events: Add flag to produce nsec outputSteven Rostedt1-0/+1
2012-04-25perf: Have perf use the new libtraceevent.a librarySteven Rostedt7-3422/+430
2012-04-25perf: Separate out trace-cmd parse-events from perf filesSteven Rostedt4-3405/+3403
2012-04-25Merge tag 'v3.4-rc4' into perf/coreIngo Molnar1-4/+12
2012-04-12perf session: Skip event correctly for unknown id/machineJiri Olsa1-2/+2
2012-04-12perf tools: Fix thread map that is type pid_tRobert Richter1-1/+1
2012-04-12perf tools: Move GTK+ bits to tools/perf/ui/gtk directoryNamhyung Kim2-197/+0
2012-04-12perf tools: Move UI bits to tools/perf/ui directoryNamhyung Kim18-3474/+2
2012-04-12perf annotate: Fix a build errorNamhyung Kim1-2/+2
2012-04-11perf kvm: Finding struct machine fails for PERF_RECORD_MMAPNikunj A. Dadhania1-2/+10
2012-04-08perf annotate browser: string search: /?nArnaldo Carvalho de Melo1-1/+148
2012-04-08perf report: Correct display of samples and events in headerAshay Rane1-3/+7
2012-04-07perf annotate browser: Initial support for navigating jump instructionsArnaldo Carvalho de Melo1-2/+61
2012-04-07perf ui annotate browser: Add list based search for addr offsetArnaldo Carvalho de Melo1-9/+16
2012-04-07perf ui annotate browser: Move callq handling to separate functionArnaldo Carvalho de Melo1-46/+48
2012-04-07perf ui annotate browser: Allow toggling addr offset viewArnaldo Carvalho de Melo1-3/+12
2012-04-07perf annotate: Allow printing objdump line addr in different colorArnaldo Carvalho de Melo4-16/+52
2012-04-07perf ui browser: Return the current color when setting a new oneArnaldo Carvalho de Melo2-2/+6
2012-04-06perf annotate: Validate addr in symbol__inc_addr_samplesArnaldo Carvalho de Melo3-2/+4
2012-04-06perf hists browser: Fix NULL deref in hists browsing codeJiri Olsa1-0/+3
2012-04-06perf hists: Catch and handle out-of-date hist entry maps.David Miller1-0/+12
2012-04-06perf annotate: Fix hist decayArnaldo Carvalho de Melo1-8/+4
2012-03-31Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar14-8529/+105
2012-03-30perf tools: Remove auto-generated bison/flex filesIngo Molnar8-8459/+0
2012-03-30perf annotate: Fix off by one symbol hist size allocation and hit accountingArnaldo Carvalho de Melo1-3/+3
2012-03-29perf tools: Add missing ref-cycles event back to event parserNamhyung Kim1-0/+1
2012-03-28perf annotate: addr2line wants addresses in same format as objdumpDavid Miller1-1/+1
2012-03-28perf probe: Finder fails to resolve function name to addressPrashanth Nageshappa1-1/+3
2012-03-27perf symbols: Handle NULL dso in dso__name_lenDavid Miller1-0/+2
2012-03-27perf symbols: Do not include libgen.hDavid Miller1-1/+0
2012-03-26perf tools: Fix bug in raw sample parsingStephane Eranian1-0/+2
2012-03-26perf tools: Fix display of first level of callchainsFrederic Weisbecker1-64/+93
2012-03-26perf tools: Switch module.h into export.hJiri Olsa1-0/+0
2012-03-26Merge branch 'linus' into perf/urgentIngo Molnar1-1/+1
2012-03-24bitops: rename for_each_set_bit_cont() in favor of analogous list.h functionAkinobu Mita1-1/+1
2012-03-22perf diff: Fix to work with new hists designJiri Olsa4-5/+8
2012-03-22perf tools: Fix modifier to be applied on correct eventsJiri Olsa5-335/+429
2012-03-22perf tools: Fix various casting issues for 32 bitsJiri Olsa2-2/+2
2012-03-22perf tools: Simplify event_read_id exit pathBorislav Petkov1-6/+4
2012-03-22Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo10-32/+39
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds46-541/+1511
2012-03-19perf report: Add a simple GTK2-based 'perf report' browserPekka Enberg4-0/+226
2012-03-19perf ui browser: Clean lines inside of the input windowNamhyung Kim1-3/+7
2012-03-16perf ui browser: Add 's' key to filter by symbol nameNamhyung Kim1-1/+13
2012-03-16perf ui browser: Introduce ui_browser__input_windowNamhyung Kim3-0/+82
2012-03-16perf hists: Add hists__filter_by_symbolNamhyung Kim2-0/+37
2012-03-16perf tools: Do not disable members of group eventNamhyung Kim3-5/+10
2012-03-16perf tools: Add support to specify pmu style eventJiri Olsa4-100/+152
2012-03-16perf tools: Add perf pmu object to access pmu format definitionJiri Olsa8-0/+4519