summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-2431-205/+298
| | * | | | | | | | | | | static keys: Add docs better explaining the whole 'struct static_key' mechanismJason Baron2012-02-241-0/+286
| | * | | | | | | | | | | jump label: Fix compiler warningJason Baron2012-02-221-1/+1
| | * | | | | | | | | | | jump label: Add a WARN() if jump label key count goes negativeJason Baron2012-02-221-1/+4
| * | | | | | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-02-2713-117/+667
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | ftrace, perf: Add filter support for function trace eventJiri Olsa2012-02-215-12/+172
| | * | | | | | | | | | | | ftrace: Allow to specify filter field type for ftrace eventsJiri Olsa2012-02-215-47/+83
| | * | | | | | | | | | | | ftrace, perf: Add support to use function tracepoint in perfJiri Olsa2012-02-215-2/+109
| | * | | | | | | | | | | | ftrace: Add FTRACE_ENTRY_REG macro to allow event registrationJiri Olsa2012-02-212-2/+20
| | * | | | | | | | | | | | ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa2012-02-215-1/+13
| | * | | | | | | | | | | | ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa2012-02-215-51/+101
| | * | | | | | | | | | | | ftrace: Add enable/disable ftrace_ops control interfaceJiri Olsa2012-02-213-7/+172
| | * | | | | | | | | | | | tracing: Don't use p->len field to determine output in __print_*() functionsSteven Rostedt2012-02-211-3/+3
| | * | | | | | | | | | | | tracing: Don't print an extra separator of flagsAndrey Vagin2012-02-201-2/+4
| | |/ / / / / / / / / / /
| * | | | | | | | | | | | tracepoint, vfs, sched: Add exec() tracepointDavid Smith2012-02-232-3/+33
| * | | | | | | | | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-02-223-2/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | perf tools: fix broken perf record -a modeStephane Eranian2012-02-211-1/+1
| | * | | | | | | | | | | perf tools: Remove duplicated string.h includesDanny Kukawka2012-02-171-1/+0
| | * | | | | | | | | | | perf tools: Allow expressions in __print_symbolic() fieldsStefan Hajnoczi2012-02-171-0/+12
| |/ / / / / / / / / / /
| * | | | | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-02-1715-44/+118
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | tracing/trivial: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2012-02-133-7/+6
| | * | | | | | | | | | | printk/tracing: Add console output tracingJohannes Berg2012-02-132-0/+46
| | * | | | | | | | | | | ftrace: Append wakeup_rt description of ftrace docGeunsik Lim2012-02-131-0/+7
| | * | | | | | | | | | | ftrace: sched_switch plugin is deprecatedGeunsik Lim2012-02-131-3/+3
| | * | | | | | | | | | | cpuidle/tracing: Denote the tracepoints as being in rcu_idle_exit() sectionSteven Rostedt2012-02-131-4/+4
| | * | | | | | | | | | | x86/tracing: Denote the power and cpuidle tracepoints as _rcuidle()Steven Rostedt2012-02-132-12/+14
| | * | | | | | | | | | | tracing/rcu: Add trace_##name##__rcuidle() static tracepoint for inside rcu_i...Steven Rostedt2012-02-131-4/+18
| | * | | | | | | | | | | tracing/softirq: Move __raise_softirq_irqoff() out of headerSteven Rostedt2012-02-033-6/+9
| | * | | | | | | | | | | ftrace: Change filter/notrace set functions to return exit codeJiri Olsa2012-02-032-8/+11
| * | | | | | | | | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-02-1733-416/+616
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | perf tools: Invert the sample_id_all logicArnaldo Carvalho de Melo2012-02-146-13/+10
| | * | | | | | | | | | | | perf tools: Handle kernels that don't support attr.exclude_{guest,host}Arnaldo Carvalho de Melo2012-02-144-15/+39
| | * | | | | | | | | | | | perf tools: cleanup initialization of attr->sizeStephane Eranian2012-02-132-1/+2
| | * | | | | | | | | | | | perf tools: Factor out feature op to process header sectionsRobert Richter2012-02-131-15/+29
| | * | | | | | | | | | | | perf tools: Moving code in header.cRobert Richter2012-02-131-150/+150
| | * | | | | | | | | | | | perf tools: Add bitmap_or function into bitmap objectJiri Olsa2012-02-132-0/+21
| | * | | | | | | | | | | | perf tools: Add sysfs mountpoint interfaceJiri Olsa2012-02-133-0/+68
| | * | | | | | | | | | | | perf tools: Remove unused functions from debugfs objectJiri Olsa2012-02-132-147/+0
| | * | | | | | | | | | | | perf tools: Get rid of ctype.h in symbol.cNamhyung Kim2012-02-131-1/+1
| | * | | | | | | | | | | | perf tools: ctype.c only wants util.hNamhyung Kim2012-02-131-1/+1
| | * | | | | | | | | | | | perf tools: Implement islower/isupper macro into util.hNamhyung Kim2012-02-131-0/+4
| | * | | | | | | | | | | | perf tools: Change perf_guest default back to falseJoerg Roedel2012-02-131-1/+1
| | * | | | | | | | | | | | perf top: Don't process samples with no valid machine objectJoerg Roedel2012-02-133-0/+17
| | * | | | | | | | | | | | perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern2012-02-1318-56/+185
| | * | | | | | | | | | | | perf tools: Fix out of tree compilesDavid Ahern2012-02-131-0/+1
| | * | | | | | | | | | | | perf tools: Fix build dependency of perf python extensionNamhyung Kim2012-02-133-5/+25
| | * | | | | | | | | | | | perf record: No build id option failsDavid Ahern2012-02-091-2/+2
| | * | | | | | | | | | | | perf tools: fix endianness detection in perf.dataStephane Eranian2012-02-091-13/+64
| * | | | | | | | | | | | | x86: Fix to decode grouped AVX with VEX pp bitsMasami Hiramatsu2012-02-114-32/+40
| * | | | | | | | | | | | | watchdog: Fix code/comments mismatchesFernando Luis Vázquez Cao2012-02-111-12/+12