aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2013-12-10perf symbols: Rename [sl]name_alloc to match the members they refer toArnaldo Carvalho de Melo
2013-12-09perf kvm: Move code to generate filename for perf-kvm to function.Dongsheng Yang
2013-12-09perf evlist: Fix mmap pages rounding to power of 2Adrian Hunter
2013-12-09perf evlist: Fix max mmap_pagesAdrian Hunter
2013-12-09perf evlist: Remove unnecessary parenthesesAdrian Hunter
2013-12-09perf script: Add an option to print the source line numberAdrian Hunter
2013-12-09perf script: Fix symoff printing in callchainsAdrian Hunter
2013-12-04perf tools: Overload pr_stat traceevent print functionJiri Olsa
2013-12-04perf tools: Add trace-event global object for tracepoint interfaceJiri Olsa
2013-12-04perf tools: Add trace-event objectJiri Olsa
2013-12-04perf tools: Add filename__read_str util functionJiri Olsa
2013-12-04tools lib traceevent: Change pevent_parse_format to include pevent handleJiri Olsa
2013-12-04perf script: Do not call perf_event__preprocess_sample() twice)Adrian Hunter
2013-12-04perf symbols: Fix random fd closing with no libelfAdrian Hunter
2013-12-04perf target: Move the checking of which map function to call into function.Dongsheng Yang
2013-12-04perf tools: Remove condition in machine__get_kernel_start_addr.Dongsheng Yang
2013-12-04perf tools: Do not disable source line lookup just because of 1 failureAdrian Hunter
2013-12-04perf symbols: Retain symbol source file name to lookup source line numbersAdrian Hunter
2013-12-04perf symbols: Retain bfd reference to lookup source line numbersAdrian Hunter
2013-12-04perf tools: Use asprintf instead of malloc plus snprintfAdrian Hunter
2013-12-02perf tools: Add perf_data_file__write interfaceJiri Olsa
2013-12-02perf tools: Add writen functionJiri Olsa
2013-12-02perf tools: Fine tune readn functionJiri Olsa
2013-12-02perf tools: Use correct return type for readn functionJiri Olsa
2013-11-27perf symbols: Fix not finding kcore in buildid cacheAdrian Hunter
2013-11-27perf tools: Export setup_listDavid Ahern
2013-11-27perf thread: Move comm_list check into functionDavid Ahern
2013-11-27perf symbols: Move idle syms check from top to generic functionDavid Ahern
2013-11-27perf evsel: Skip ignored symbols while printing callchainDavid Ahern
2013-11-27perf timechart: Add backtrace supportStanislav Fomichev
2013-11-27perf timechart: Group figures and add title with detailsStanislav Fomichev
2013-11-27perf tools: Add option macro OPT_BOOLEAN_SETAdrian Hunter
2013-11-27perf tools: Allow '--inherit' as the negation of '--no-inherit'Adrian Hunter
2013-11-27perf record: Make per-cpu mmaps the default.Adrian Hunter
2013-11-27tools/perf/stat: Add event unit and scale supportStephane Eranian
2013-11-19perf header: Fix possible memory leaks in process_group_desc()Namhyung Kim
2013-11-19perf header: Fix bogus group nameNamhyung Kim
2013-11-19perf tools: Tag thread comm as overridenFrederic Weisbecker
2013-11-14perf record: Add an option to force per-cpu mmapsAdrian Hunter
2013-11-14perf symbols: Limit max callchain using max_stack on DWARF unwinding tooArnaldo Carvalho de Melo
2013-11-14perf evsel: Introduce perf_evsel__prev() methodArnaldo Carvalho de Melo
2013-11-14perf tools: Synthesize anon MMAP records againDon Zickus
2013-11-14perf tools: Remove trivial extra semincolonDavidlohr Bueso
2013-11-14Merge branch 'linus' into perf/urgentIngo Molnar
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-11-12perf target: Shorten perf_target__ to target__Arnaldo Carvalho de Melo
2013-11-12perf evlist: Refactor mmap_pages parsingDavid Ahern
2013-11-12perf evlist: Round mmap pages to power 2 - v2David Ahern
2013-11-12perf record: Fix segfault with --no-mmap-pagesDavid Ahern
2013-11-12Merge branch 'devel-stable' into for-nextRussell King