aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2013-12-10perf machine: Don't open code assign dso->short_nameArnaldo Carvalho de Melo1-1/+1
2013-12-10perf symbols: Rename [sl]name_alloc to match the members they refer toArnaldo Carvalho de Melo4-9/+9
2013-12-09perf kvm: Move code to generate filename for perf-kvm to function.Dongsheng Yang2-0/+16
2013-12-09perf evlist: Fix mmap pages rounding to power of 2Adrian Hunter2-2/+16
2013-12-09perf evlist: Fix max mmap_pagesAdrian Hunter1-1/+1
2013-12-09perf evlist: Remove unnecessary parenthesesAdrian Hunter1-1/+1
2013-12-09perf script: Add an option to print the source line numberAdrian Hunter4-0/+28
2013-12-09perf script: Fix symoff printing in callchainsAdrian Hunter1-1/+6
2013-12-04perf tools: Overload pr_stat traceevent print functionJiri Olsa2-3/+29
2013-12-04perf tools: Add trace-event global object for tracepoint interfaceJiri Olsa3-42/+65
2013-12-04perf tools: Add trace-event objectJiri Olsa7-30/+49
2013-12-04perf tools: Add filename__read_str util functionJiri Olsa2-0/+50
2013-12-04tools lib traceevent: Change pevent_parse_format to include pevent handleJiri Olsa1-1/+1
2013-12-04perf script: Do not call perf_event__preprocess_sample() twice)Adrian Hunter2-19/+16
2013-12-04perf symbols: Fix random fd closing with no libelfAdrian Hunter1-0/+1
2013-12-04perf target: Move the checking of which map function to call into function.Dongsheng Yang2-7/+14
2013-12-04perf tools: Remove condition in machine__get_kernel_start_addr.Dongsheng Yang1-9/+5
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