aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-09perf kvm: Make perf kvm diff support --guestmount.Dongsheng Yang1-2/+1
2013-12-09perf kvm: Move code to generate filename for perf-kvm to function.Dongsheng Yang3-6/+17
2013-12-09perf annotate: Fix typoDongsheng Yang1-1/+1
2013-12-09perf archive: Remove duplicated 'runs' in man pageDongsheng Yang1-3/+3
2013-12-09perf kvm: Fix bug in 'stat report'Dongsheng Yang1-1/+1
2013-12-09perf kvm: Introduce option -v for perf kvm command.Dongsheng Yang2-2/+7
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 record: Fix display of incorrect mmap pagesAdrian Hunter1-1/+1
2013-12-09perf script: Add an option to print the source line numberAdrian Hunter6-1/+39
2013-12-09perf script: Fix symoff printing in callchainsAdrian Hunter1-1/+6
2013-12-05perf trace: Fix summary percentage when processing filesDavid Ahern1-1/+3
2013-12-05perf trace: Add support for syscalls vs raw_syscallsDavid Ahern1-2/+26
2013-12-05tools/perf/build: Fix install dependencyJiri Olsa1-1/+1
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 Olsa4-44/+68
2013-12-04perf tools: Add trace-event objectJiri Olsa9-31/+51
2013-12-04perf tools: Add filename__read_str util functionJiri Olsa2-0/+50
2013-12-04perf tools: Add build and install plugins targetsJiri Olsa2-5/+20
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 Hunter3-24/+22
2013-12-04perf symbols: Fix random fd closing with no libelfAdrian Hunter1-0/+1
2013-12-04perf kvm: Update the 'record' man page entry for new --guest/--host behaviorDongsheng Yang1-4/+11
2013-12-04perf kvm: Fix spurious '=' use in man pageDongsheng Yang1-4/+4
2013-12-04perf kvm: Add more detail about buildid-list in man pageDongsheng Yang1-1/+3
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: Remove stackprotector feature checkJiri Olsa3-16/+1
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 trace: Honour -m optionJiri Olsa1-1/+1
2013-12-02perf tools: Include test-stackprotector-all.c in test-allJiri Olsa1-0/+5
2013-12-02perf tools: Correct the message in feature-libnuma checking.Dongsheng Yang1-1/+1
2013-12-02perf timechart: Move wake_events list to 'struct timechart'Arnaldo Carvalho de Melo1-5/+5
2013-12-02perf timechart: Move power_events list to 'struct timechart'Arnaldo Carvalho de Melo1-15/+16
2013-12-02perf timechart: Move all_data per_pid list to 'struct timechart'Arnaldo Carvalho de Melo1-54/+59
2013-12-02perf timechart: Introduce tool structArnaldo Carvalho de Melo1-102/+114
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-12-02perf record: Unify data output code into perf_record__write functionJiri Olsa1-14/+6
2013-11-27perf tools: Fix tags/TAGS targets rebuildingJiri Olsa1-1/+6
2013-11-27perf timechart: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo1-1/+1
2013-11-27perf timechart: Remove some needless struct forward declarationsArnaldo Carvalho de Melo1-7/+0
2013-11-27perf timechart: dynamically determine event fields offsetStanislav Fomichev1-77/+42
2013-11-27perf symbols: Fix not finding kcore in buildid cacheAdrian Hunter1-2/+7