aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-04tools lib traceevent: Add mac80211 pluginJiri Olsa2-0/+96
2013-12-04tools lib traceevent: Add kvm pluginJiri Olsa2-0/+420
2013-12-04tools lib traceevent: Add kmem pluginJiri Olsa2-0/+73
2013-12-04tools lib traceevent: Add hrtimer pluginJiri Olsa2-1/+95
2013-12-04tools lib traceevent: Add jbd2 pluginJiri Olsa2-0/+68
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: Harmonize the install messages in lib-traceeventJiri Olsa1-1/+1
2013-12-04tools lib traceevent: Change pevent_parse_format to include pevent handleJiri Olsa3-23/+39
2013-12-04tools lib traceevent: Add traceevent_host_bigendian functionJiri Olsa1-0/+10
2013-12-04tools lib traceevent: Add plugin build supportJiri Olsa1-5/+47
2013-12-04tools lib traceevent: Add plugin supportJiri Olsa3-1/+212
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-04Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar11-212/+256
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-30Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar28-234/+831
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
2013-11-27perf script: Print mmap[2] events alsoNamhyung Kim2-0/+72
2013-11-27perf script: Print comm, fork and exit events alsoNamhyung Kim2-0/+108
2013-11-27perf script: Print callchains and symbols if they existDavid Ahern1-0/+24
2013-11-27perf tools: Export setup_listDavid Ahern2-1/+4