summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-08perf bench: fix assert when NDEBUG is definedIrina Tirdea
2012-09-08Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2012-09-08perf tools: Fix build for another rbtree.c changeAdrian Hunter
2012-09-08perf tools: add NO_BACKTRACE for application self-debuggingIrina Tirdea
2012-09-08tools lib traceevent: replace mempcpy with memcpyIrina Tirdea
2012-09-08perf tools: replace mkostemp with mkstempIrina Tirdea
2012-09-08perf tools: include missing pthread.h headerIrina Tirdea
2012-09-08perf tools: fix missing winsize definitionIrina Tirdea
2012-09-08perf tools: include basename for non-glibc systemsIrina Tirdea
2012-09-08perf tools: Replace sort's standalone field_sep with symbol_conf.field_sepJiri Olsa
2012-09-08perf diff: Make diff command work with evsel histsJiri Olsa
2012-09-07tools lib traceevent: Get rid of die() from pevent_register_print_functionNamhyung Kim
2012-09-07tools lib traceevent: Get rid of die() from pevent_register_event_handlerNamhyung Kim
2012-09-07tools lib traceevent: Get rid of die() from pretty_print()Namhyung Kim
2012-09-07perf tools: Ignore compiled python binariesNamhyung Kim
2012-09-07Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2012-09-06perf tools: Fix cache event name generationJiri Olsa
2012-09-06perf test: Add roundtrip test for hardware cache eventsArnaldo Carvalho de Melo
2012-09-06perf evlist: Add fprintf methodArnaldo Carvalho de Melo
2012-09-06perf tools: Remove extraneous newline when parsing hardware cache eventsArnaldo Carvalho de Melo
2012-09-06perf test: Add round trip test for sw and hw event namesArnaldo Carvalho de Melo
2012-09-06perf header: Prepare tracepoint events regardless of nameNamhyung Kim
2012-09-06perf header: Fix a typo on evselNamhyung Kim
2012-09-06perf tools: Clean target should do clean for lib/traceevent tooDavid Ahern
2012-09-05perf tools: Allow user to indicate path to objdump in command lineMaciek Borzecki
2012-09-05perf tools: Replace mempcpy with memcpyIrina Tirdea
2012-09-05perf header: Swap pmu mapping numbers if neededNamhyung Kim
2012-09-05perf header: Set tracepoint event name only if not setNamhyung Kim
2012-09-05perf header: Use evlist->nr_entries on write_event_desc()Namhyung Kim
2012-09-05perf tools: remove unneeded include of network header filesDavid Ahern
2012-09-05perf tools: Remove the node from rblist in strlist__removeSuzuki K. Poulose
2012-09-05perf tools: Fix intlist node removalSuzuki K. Poulose
2012-09-05perf tools: Fix x86 builds with ARCH specified on the command lineDavid Ahern
2012-09-05perf record: Remove use of die/exitDavid Ahern
2012-09-05perf script: Remove use of die/exitDavid Ahern
2012-09-05perf help: Remove use of die and handle errorsDavid Ahern
2012-09-05perf stat: Remove use of die/exit and handle errorsDavid Ahern
2012-09-05perf lock: Remove use of die and handle errorsDavid Ahern
2012-09-05perf tool: handle errors in synthesized event functionsDavid Ahern
2012-09-05perf session: flush_sample_queue needs to handle errors from handlersDavid Ahern
2012-09-05tools lib traceevent: Modify header to work in C++ programsSteven Rostedt
2012-09-05Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar
2012-08-28uprobes: Remove "verify" argument from set_orig_insn()Oleg Nesterov
2012-08-28uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap()Oleg Nesterov
2012-08-28uprobes: Introduce MMF_HAS_UPROBESOleg Nesterov
2012-08-28uprobes: Do not use -EEXIST in install_breakpoint() pathsOleg Nesterov
2012-08-28uprobes: Change uprobe_mmap() to ignore the errors but check fatal_signal_pen...Oleg Nesterov
2012-08-28uprobes: Kill dup_mmap()->uprobe_mmap(), simplify uprobe_mmap/munmapOleg Nesterov
2012-08-28uprobes: Kill uprobes_state->countOleg Nesterov
2012-08-28uprobes: Remove check for uprobe variable in handle_swbp()Sebastian Andrzej Siewior