summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-09tools lib traceevent: Get rid of die() in create_arg_item()Namhyung Kim1-2/+5
2013-12-09tools lib traceevent: Get rid of malloc_or_die() in add_event()Namhyung Kim1-3/+13
2013-12-09tools lib traceevent: Get rid of malloc_or_die() in pevent_filter_alloc()Namhyung Kim1-1/+4
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-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