summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-09-08perf gtk/browser: Use perf_hpp__format functionsNamhyung Kim3-16/+87
2012-09-08perf hists browser: Use perf_hpp__format functionsNamhyung Kim2-23/+77
2012-09-08perf hists: Use perf_hpp__format->width to calculate the column widthsNamhyung Kim2-33/+27
2012-09-08perf hists: Handle field separator properlyNamhyung Kim2-27/+50
2012-09-08perf hists: Introduce perf_hpp for hist period printingNamhyung Kim6-200/+426
2012-09-08perf bench: fix assert when NDEBUG is definedIrina Tirdea2-3/+7
2012-09-08Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar19-63/+180
2012-09-07perf tools: Fix build for another rbtree.c changeAdrian Hunter1-0/+1
2012-09-07perf tools: add NO_BACKTRACE for application self-debuggingIrina Tirdea3-0/+28
2012-09-07tools lib traceevent: replace mempcpy with memcpyIrina Tirdea1-2/+2
2012-09-07perf tools: replace mkostemp with mkstempIrina Tirdea1-1/+1
2012-09-07perf tools: include missing pthread.h headerIrina Tirdea2-0/+2
2012-09-07perf tools: fix missing winsize definitionIrina Tirdea2-0/+2
2012-09-07perf tools: include basename for non-glibc systemsIrina Tirdea1-0/+3
2012-09-07perf tools: Replace sort's standalone field_sep with symbol_conf.field_sepJiri Olsa2-5/+2
2012-09-07perf diff: Make diff command work with evsel histsJiri Olsa4-35/+72
2012-09-07tools lib traceevent: Get rid of die() from pevent_register_print_functionNamhyung Kim2-7/+22
2012-09-07tools lib traceevent: Get rid of die() from pevent_register_event_handlerNamhyung Kim1-2/+11
2012-09-07tools lib traceevent: Get rid of die() from pretty_print()Namhyung Kim1-11/+32
2012-09-07perf tools: Ignore compiled python binariesNamhyung Kim1-0/+2
2012-09-07Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar27-202/+550
2012-09-06perf tools: Fix cache event name generationJiri Olsa1-1/+1
2012-09-06perf test: Add roundtrip test for hardware cache eventsArnaldo Carvalho de Melo1-0/+61
2012-09-06perf evlist: Add fprintf methodArnaldo Carvalho de Melo2-0/+15
2012-09-06perf tools: Remove extraneous newline when parsing hardware cache eventsArnaldo Carvalho de Melo1-1/+1
2012-09-06perf test: Add round trip test for sw and hw event namesArnaldo Carvalho de Melo3-5/+60
2012-09-06perf header: Prepare tracepoint events regardless of nameNamhyung Kim1-14/+22
2012-09-06perf header: Fix a typo on evselNamhyung Kim1-1/+1
2012-09-06perf tools: Clean target should do clean for lib/traceevent tooDavid Ahern1-1/+4
2012-09-05perf tools: Allow user to indicate path to objdump in command lineMaciek Borzecki6-1/+14
2012-09-05perf tools: Replace mempcpy with memcpyIrina Tirdea1-2/+2
2012-09-05perf header: Swap pmu mapping numbers if neededNamhyung Kim1-0/+6
2012-09-05perf header: Set tracepoint event name only if not setNamhyung Kim1-1/+1
2012-09-05perf header: Use evlist->nr_entries on write_event_desc()Namhyung Kim1-3/+2
2012-09-05perf tools: remove unneeded include of network header filesDavid Ahern2-9/+4
2012-09-05perf tools: Remove the node from rblist in strlist__removeSuzuki K. Poulose1-1/+1
2012-09-05perf tools: Fix intlist node removalSuzuki K. Poulose1-2/+2
2012-09-05perf tools: Fix x86 builds with ARCH specified on the command lineDavid Ahern1-2/+2
2012-09-05perf record: Remove use of die/exitDavid Ahern1-49/+109
2012-09-05perf script: Remove use of die/exitDavid Ahern1-19/+41
2012-09-05perf help: Remove use of die and handle errorsDavid Ahern1-14/+34
2012-09-05perf stat: Remove use of die/exit and handle errorsDavid Ahern1-3/+4
2012-09-05perf lock: Remove use of die and handle errorsDavid Ahern1-57/+124
2012-09-05perf tool: handle errors in synthesized event functionsDavid Ahern1-9/+26
2012-09-05perf session: flush_sample_queue needs to handle errors from handlersDavid Ahern1-9/+15
2012-09-05tools lib traceevent: Modify header to work in C++ programsSteven Rostedt1-2/+2
2012-09-05Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar2-13/+8
2012-08-28uprobes: Remove "verify" argument from set_orig_insn()Oleg Nesterov2-12/+10
2012-08-28uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap()Oleg Nesterov3-14/+2
2012-08-28uprobes: Introduce MMF_HAS_UPROBESOleg Nesterov4-1/+29