summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-09tools lib traceevent: Get rid of die() in create_arg_item()Namhyung Kim
2013-12-09tools lib traceevent: Get rid of malloc_or_die() in add_event()Namhyung Kim
2013-12-09tools lib traceevent: Get rid of malloc_or_die() in pevent_filter_alloc()Namhyung Kim
2013-12-09perf kvm: Make perf kvm diff support --guestmount.Dongsheng Yang
2013-12-09perf kvm: Move code to generate filename for perf-kvm to function.Dongsheng Yang
2013-12-09perf annotate: Fix typoDongsheng Yang
2013-12-09perf archive: Remove duplicated 'runs' in man pageDongsheng Yang
2013-12-09perf kvm: Fix bug in 'stat report'Dongsheng Yang
2013-12-09perf kvm: Introduce option -v for perf kvm command.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 record: Fix display of incorrect mmap pagesAdrian 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-06tools lib traceevent: Report better error message on bad function argsSteven Rostedt
2013-12-05perf trace: Fix summary percentage when processing filesDavid Ahern
2013-12-05perf trace: Add support for syscalls vs raw_syscallsDavid Ahern
2013-12-04tools lib traceevent: Update kvm plugin with is_writable_pte helperJiri Olsa
2013-12-04tools lib traceevent: Remove malloc_or_die from plugin_function.cJiri Olsa
2013-12-04tools lib traceevent: Several cleanups for function pluginJiri Olsa
2013-12-04tools lib traceevent: Use pevent_print_func_field in hrtimer_start handlerJiri Olsa
2013-12-04tools lib traceevent: Use static functions in jbd2 pluginJiri Olsa
2013-12-04tools lib traceevent: Remove malloc_or_die from event-plugin.cJiri Olsa
2013-12-04tools lib traceevent: Add cfg80211 pluginJiri Olsa
2013-12-04tools lib traceevent: Add scsi pluginJiri Olsa
2013-12-04tools lib traceevent: Add xen pluginJiri Olsa
2013-12-04tools lib traceevent: Add function pluginJiri Olsa
2013-12-04tools lib traceevent: Add sched_switch pluginJiri Olsa
2013-12-04tools lib traceevent: Add mac80211 pluginJiri Olsa
2013-12-04tools lib traceevent: Add kvm pluginJiri Olsa
2013-12-04tools lib traceevent: Add kmem pluginJiri Olsa
2013-12-04tools lib traceevent: Add hrtimer pluginJiri Olsa
2013-12-04tools lib traceevent: Add jbd2 pluginJiri Olsa
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-04perf tools: Add build and install plugins targetsJiri Olsa
2013-12-04tools lib traceevent: Harmonize the install messages in lib-traceeventJiri Olsa
2013-12-04tools lib traceevent: Change pevent_parse_format to include pevent handleJiri Olsa
2013-12-04tools lib traceevent: Add traceevent_host_bigendian functionJiri Olsa
2013-12-04tools lib traceevent: Add plugin build supportJiri Olsa
2013-12-04tools lib traceevent: Add plugin supportJiri 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 kvm: Update the 'record' man page entry for new --guest/--host behaviorDongsheng Yang
2013-12-04perf kvm: Fix spurious '=' use in man pageDongsheng Yang
2013-12-04perf kvm: Add more detail about buildid-list in man pageDongsheng Yang
2013-12-04perf target: Move the checking of which map function to call into function.Dongsheng Yang