summaryrefslogtreecommitdiffstats
path: root/Documentation/early-userspace (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-06tools lib traceevent: Report better error message on bad function argsSteven Rostedt1-10/+18
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-04tools lib traceevent: Update kvm plugin with is_writable_pte helperJiri Olsa1-0/+17
2013-12-04tools lib traceevent: Remove malloc_or_die from plugin_function.cJiri Olsa1-9/+20
2013-12-04tools lib traceevent: Several cleanups for function pluginJiri Olsa1-6/+4
2013-12-04tools lib traceevent: Use pevent_print_func_field in hrtimer_start handlerJiri Olsa1-17/+2
2013-12-04tools lib traceevent: Use static functions in jbd2 pluginJiri Olsa1-4/+6
2013-12-04tools lib traceevent: Remove malloc_or_die from event-plugin.cJiri Olsa1-3/+16
2013-12-04tools lib traceevent: Add cfg80211 pluginJiri Olsa2-0/+25
2013-12-04tools lib traceevent: Add scsi pluginJiri Olsa2-0/+424
2013-12-04tools lib traceevent: Add xen pluginJiri Olsa2-0/+131
2013-12-04tools lib traceevent: Add function pluginJiri Olsa2-0/+152
2013-12-04tools lib traceevent: Add sched_switch pluginJiri Olsa2-0/+149
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-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