summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-11211-4116/+8328
|\
| * Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-12-0837-111/+176
| |\
| | * tracing: Kill unused and puzzled sample code in ftrace.hShan Wei2012-11-131-73/+0
| | * tracing: Show raw time stamp on stats per cpu using counter or tsc mode for t...Yoshihiro YUNOMAE2012-11-131-6/+17
| | * tracing: Format non-nanosec times from tsc clock without a decimal point.David Sharp2012-11-135-33/+72
| | * tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-1333-0/+88
| * | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-12-087-56/+65
| |\ \
| | * | uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() raceOleg Nesterov2012-11-163-3/+33
| | * | uprobes: Flush cache after xol writeRabin Vincent2012-11-141-0/+5
| | * | uprobes: Kill arch_uprobe_enable/disable_step() hooksOleg Nesterov2012-11-032-12/+0
| | * | uprobes/x86: Cleanup the single-stepping codeOleg Nesterov2012-11-031-35/+19
| | * | uprobes/powerpc: Do not use arch_uprobe_*_step() helpersOleg Nesterov2012-11-032-2/+6
| | * | uprobes/powerpc: Don't clear TIF_UPROBE in do_notify_resume()Oleg Nesterov2012-11-031-3/+1
| | * | uprobes: Fix misleading log entryJovi Zhang2012-10-251-1/+1
| * | | Merge branch 'linus' into perf/coreIngo Molnar2012-12-081115-8000/+13259
| |\ \ \
| * \ \ \ Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-12-0852-1785/+2050
| |\ \ \ \
| | * | | | perf evsel: Introduce is_group_member methodArnaldo Carvalho de Melo2012-11-145-16/+23
| | * | | | perf powerpc: Use uapi/unistd.h to fix build errorSukadev Bhattiprolu2012-11-141-1/+1
| | * | | | tools: Pass the target in descendDavid Howells2012-11-141-2/+2
| | * | | | tools: Honour the O= flag when tool build called from a higher MakefileDavid Howells2012-11-142-6/+17
| | * | | | tools: Define a Makefile function to do subdir processingDavid Howells2012-11-142-12/+20
| | * | | | perf ui: Always compile browser setup codeNamhyung Kim2012-11-143-40/+30
| | * | | | perf ui: Add ui_progress__finish()Namhyung Kim2012-11-145-0/+19
| | * | | | perf ui gtk: Implement ui_progress functionsNamhyung Kim2012-11-144-0/+54
| | * | | | perf ui: Introduce generic ui_progress helperNamhyung Kim2012-11-146-12/+41
| | * | | | perf ui tui: Move progress.c under ui/tui directoryNamhyung Kim2012-11-142-5/+5
| | * | | | perf tools: Add basic event modifier sanity checkJiri Olsa2012-11-142-1/+25
| | * | | | perf tools: Omit group members from perf_evlist__disable/enableJiri Olsa2012-11-141-0/+4
| | * | | | perf tools: Ensure single disable call per event in record comandJiri Olsa2012-11-141-1/+4
| | * | | | perf tools: Fix 'disabled' attribute config for record commandJiri Olsa2012-11-144-3/+56
| | * | | | perf tools: Fix attributes for '{}' defined event groupsJiri Olsa2012-11-148-28/+20
| | * | | | perf tools: Use sscanf for parsing /proc/pid/mapsNamhyung Kim2012-11-141-43/+31
| | * | | | perf tools: Add gtk.<command> config option for launching GTK browserNamhyung Kim2012-11-141-5/+10
| | * | | | perf tools: Fix compile error on NO_NEWT=1 buildNamhyung Kim2012-11-141-1/+1
| | * | | | perf hists: Initialize all of he->stat with zeroesArnaldo Carvalho de Melo2012-11-141-3/+2
| | * | | | perf tools: Stop using 'self' in pstackArnaldo Carvalho de Melo2012-11-141-23/+23
| | * | | | perf tests: Check for mkstemp return value in dso-data testJiri Olsa2012-11-141-0/+4
| | * | | | perf tests: Final cleanup for builtin-test moveJiri Olsa2012-11-148-33/+16
| | * | | | perf tests: Move pmu tests into separate objectJiri Olsa2012-11-146-185/+191
| | * | | | perf tests: Move test__syscall_open_tp_fields into separate objectJiri Olsa2012-11-144-112/+119
| | * | | | perf tests: Move perf_evsel__tp_sched_test into separate objectJiri Olsa2012-11-144-82/+87
| | * | | | perf tests: Move perf_evsel__roundtrip_name_test into separate objectJiri Olsa2012-11-144-111/+117
| | * | | | perf tests: Move test__rdpmc into separate objectJiri Olsa2012-11-144-168/+177
| | * | | | perf tests: Move test__PERF_RECORD into separate objectJiri Olsa2012-11-144-307/+314
| | * | | | perf tests: Move test__basic_mmap into separate objectJiri Olsa2012-11-144-157/+164
| | * | | | perf tests: Move test__open_syscall_event_on_all_cpus into separate objectJiri Olsa2012-11-144-114/+122
| | * | | | perf tests: Move test__open_syscall_event into separate objectJiri Olsa2012-11-145-84/+103
| | * | | | perf tests: Move test__vmlinux_matches_kallsyms into separate objectJiri Olsa2012-11-144-221/+239
| |/ / / /
| * | | | Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-11-1324-343/+365
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | tracing: Add trace_options kernel command line parameterSteven Rostedt2012-11-022-15/+55
OpenPOWER on IntegriCloud