summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2013-12-04perf tools: Do not disable source line lookup just because of 1 failureAdrian Hunter3-4/+18
2013-12-04perf symbols: Retain symbol source file name to lookup source line numbersAdrian Hunter4-1/+10
2013-12-04perf symbols: Retain bfd reference to lookup source line numbersAdrian Hunter3-6/+34
2013-12-04perf tools: Use asprintf instead of malloc plus snprintfAdrian Hunter1-8/+1
2013-12-02perf tools: Add perf_data_file__write interfaceJiri Olsa2-6/+14
2013-12-02perf tools: Add writen functionJiri Olsa2-5/+20
2013-12-02perf tools: Fine tune readn functionJiri Olsa1-5/+11
2013-12-02perf tools: Use correct return type for readn functionJiri Olsa4-13/+13
2013-11-27perf symbols: Fix not finding kcore in buildid cacheAdrian Hunter1-2/+7
2013-11-27perf tools: Export setup_listDavid Ahern2-1/+4
2013-11-27perf thread: Move comm_list check into functionDavid Ahern2-2/+13
2013-11-27perf symbols: Move idle syms check from top to generic functionDavid Ahern2-0/+31
2013-11-27perf evsel: Skip ignored symbols while printing callchainDavid Ahern1-2/+8
2013-11-27perf timechart: Add backtrace supportStanislav Fomichev2-12/+27
2013-11-27perf timechart: Group figures and add title with detailsStanislav Fomichev2-4/+57
2013-11-27perf tools: Add option macro OPT_BOOLEAN_SETAdrian Hunter2-0/+10
2013-11-27perf tools: Allow '--inherit' as the negation of '--no-inherit'Adrian Hunter1-0/+19
2013-11-27perf record: Make per-cpu mmaps the default.Adrian Hunter4-6/+20
2013-11-27tools/perf/stat: Add event unit and scale supportStephane Eranian5-14/+160
2013-11-19perf header: Fix possible memory leaks in process_group_desc()Namhyung Kim1-1/+1
2013-11-19perf header: Fix bogus group nameNamhyung Kim1-1/+3
2013-11-19perf tools: Tag thread comm as overridenFrederic Weisbecker1-6/+5
2013-11-14perf record: Add an option to force per-cpu mmapsAdrian Hunter3-3/+6
2013-11-14perf symbols: Limit max callchain using max_stack on DWARF unwinding tooArnaldo Carvalho de Melo3-7/+9
2013-11-14perf evsel: Introduce perf_evsel__prev() methodArnaldo Carvalho de Melo1-0/+5
2013-11-14perf tools: Synthesize anon MMAP records againDon Zickus1-2/+4
2013-11-14perf tools: Remove trivial extra semincolonDavidlohr Bueso1-1/+1
2013-11-14Merge branch 'linus' into perf/urgentIngo Molnar1-16/+59
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-16/+59
2013-11-12perf target: Shorten perf_target__ to target__Arnaldo Carvalho de Melo9-74/+65
2013-11-12perf evlist: Refactor mmap_pages parsingDavid Ahern1-11/+28
2013-11-12perf evlist: Round mmap pages to power 2 - v2David Ahern1-12/+6
2013-11-12perf record: Fix segfault with --no-mmap-pagesDavid Ahern1-0/+3
2013-11-12Merge branch 'devel-stable' into for-nextRussell King1-16/+59
2013-11-11perf tools: Prevent condition that all sort keys are elidedNamhyung Kim1-0/+13
2013-11-11perf machine: Simplify synthesize_threads methodArnaldo Carvalho de Melo2-6/+14
2013-11-11perf machine: Introduce synthesize_threads method out of open coded equivalentArnaldo Carvalho de Melo2-0/+16
2013-11-11perf record: Synthesize non-exec MMAP records when --data usedArnaldo Carvalho de Melo2-22/+32
2013-11-11perf evsel: Remove idx parm from constructorArnaldo Carvalho de Melo5-13/+25
2013-11-07perf tools: Remove unneeded includeRodrigo Campos1-1/+0
2013-11-07perf tools: Fix version when building out of treeDavid Ahern1-0/+3
2013-11-07perf evsel: Ditch evsel->handler.data fieldArnaldo Carvalho de Melo3-7/+4
2013-11-06tools/perf: Add required memory barriersPeter Zijlstra1-2/+2
2013-11-05perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo14-193/+191
2013-11-05perf tools: Check maximum frequency rate for record/topJiri Olsa2-0/+72
2013-11-05perf fs: Add procfs supportJiri Olsa3-2/+19
2013-11-05perf fs: Rename NAME_find_mountpoint() to NAME__mountpoint()Arnaldo Carvalho de Melo4-19/+14
2013-11-05perf tools: Factor sysfs code into generic fs objectJiri Olsa7-69/+116
2013-11-05perf hists: Consolidate __hists__add_*entry()Namhyung Kim2-83/+10
2013-11-04perf stat: Enhance option parse error messageNamhyung Kim1-1/+2