summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)Author
2013-12-19perf hists: Leave symbol addr hist bucket auto alloc to symbol layerArnaldo Carvalho de Melo
2013-12-19perf annotate: Auto allocate symbol per addr hist bucketsArnaldo Carvalho de Melo
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-18tools lib traceevent: Introduce pevent_filter_strerror()Namhyung Kim
2013-12-18perf hists: Do not pass period and weight to add_hist_entry()Namhyung Kim
2013-12-18perf sort: Do not compare dso againNamhyung Kim
2013-12-18perf sort: Compare addresses if no symbol infoNamhyung Kim
2013-12-17bpf_exp: free duplicated labels at exit timeDaniel Borkmann
2013-12-17bpf_dbg: always close socket in bpf_runnableDaniel Borkmann
2013-12-17tools lib traceevent: Get rid of die() in some string conversion functionsNamhyung Kim
2013-12-17perf symbols: Use consistent name for the DSO binary type memberArnaldo Carvalho de Melo
2013-12-17perf timechart: Add --highlight optionStanislav Fomichev
2013-12-17cpupower: Fix segfault due to incorrect getopt_long arugmentsJosh Boyer
2013-12-17Merge tag 'v3.13-rc4' into core/lockingIngo Molnar
2013-12-16Merge 3.13-rc4 into char-misc-nextGreg Kroah-Hartman
2013-12-16perf symbols: Clarify method to get DSO binary_type filenameArnaldo Carvalho de Melo
2013-12-16perf symbols: Remove needless static binary_type arrayArnaldo Carvalho de Melo
2013-12-16perf timechart: Add support for topologyStanislav Fomichev
2013-12-16perf timechart: Get number of CPUs from perf headerStanislav Fomichev
2013-12-16perf timechart: Print pid along the nameStanislav Fomichev
2013-12-16perf timechart: Add backtrace support to CPU infoStanislav Fomichev
2013-12-16tools/: Convert to new topic librariesBorislav Petkov
2013-12-16Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2013-12-16Merge tag 'v3.13-rc4' into perf/coreIngo Molnar
2013-12-16Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2013-12-13tools lib traceevent: Refactor pevent_filter_match() to get rid of die()Namhyung Kim
2013-12-13tools lib traceevent: Make pevent_filter_add_filter_str() return pevent_errnoNamhyung Kim
2013-12-13tools lib traceevent: Refactor process_filter()Namhyung Kim
2013-12-13tools lib traceevent: Refactor create_arg_item()Namhyung Kim
2013-12-13tools lib traceevent: Get rid of die() in reparent_op_arg()Namhyung Kim
2013-12-13tools lib traceevent: Make add_left() return pevent_errnoNamhyung Kim
2013-12-13tools lib traceevent: Get rid of die() in add_right()Namhyung Kim
2013-12-13tools lib traceevent: Get rid of malloc_or_die() in find_event()Namhyung Kim
2013-12-13tools lib traceevent: Get rid of malloc_or_die() in read_token()Namhyung Kim
2013-12-13tools lib traceevent: Get rid of malloc_or_die() allocate_arg()Namhyung Kim
2013-12-13tools lib traceevent: Get rid of die in add_filter_type()Namhyung Kim
2013-12-13tools lib traceevent: Get rid of malloc_or_die() in show_error()Namhyung Kim
2013-12-13perf completion: Complete 'perf kvm'Ramkumar Ramachandra
2013-12-13perf evlist: Add perf_evlist__to_front()Adrian Hunter
2013-12-13perf tools: Fix inverted error verification bug in thread__forkDavid Ahern
2013-12-13perf tools: Move mem_bswap32/64 to util.cAdrian Hunter
2013-12-13perf evlist: Add can_select_event() methodAdrian Hunter
2013-12-13perf header: Allow header->data_offset to be predeterminedAdrian Hunter
2013-12-13perf tools: Add perf_event_paranoid()Adrian Hunter
2013-12-13tools lib symbol: Start carving out symbol parsing routines from perfArnaldo Carvalho de Melo
2013-12-11ktest: Add eval '=~' command to modify variables in config fileSteven Rostedt (Red Hat)
2013-12-11filter: bpf_asm: add minimal bpf asm toolDaniel Borkmann
2013-12-11filter: bpf_dbg: add minimal bpf debuggerDaniel Borkmann
2013-12-11ktest: Add special variable ${KERNEL_VERSION}Steven Rostedt (Red Hat)
2013-12-11Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar