summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-01-086-350/+768
|\
| * tracing: Fix compile error when static ftrace is enabledSteven Rostedt2012-01-071-0/+1
| * tracing: Factorize filter creationTejun Heo2011-12-211-141/+142
| * tracing: Have stack tracing set filtered functions at bootSteven Rostedt2011-12-212-0/+19
| * ftrace: Allow access to the boot time function enablingSteven Rostedt2011-12-212-4/+7
| * tracing: Have stack_tracer use a separate list of functionsSteven Rostedt2011-12-211-1/+18
| * ftrace: Decouple hash items from showing filtered functionsSteven Rostedt2011-12-212-10/+11
| * ftrace: Allow other users of function tracing to use the output listingSteven Rostedt2011-12-212-16/+60
| * ftrace: Create ftrace_hash_empty() helper routineSteven Rostedt2011-12-211-11/+17
| * ftrace: Fix ftrace hash record update with notraceSteven Rostedt2011-12-211-1/+1
| * ftrace: Use bsearch to find record ipSteven Rostedt2011-12-211-15/+23
| * ftrace: Sort the mcount records on each pageSteven Rostedt2011-12-211-0/+29
| * ftrace: Replace record newlist with record page listSteven Rostedt2011-12-212-35/+38
| * ftrace: Allocate the mcount record pages as groupsSteven Rostedt2011-12-211-51/+128
| * ftrace: Remove usage of "freed" recordsSteven Rostedt2011-12-212-52/+49
| * ftrace: Allow archs to modify code without stop machineSteven Rostedt2011-12-212-38/+246
| * ftrace: Do not function trace inlined functionsSteven Rostedt2011-12-211-0/+5
| * ftrace: Fix unregister ftrace_ops accountingJiri Olsa2011-12-211-14/+13
* | Merge branch 'tip/x86/core-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2012-01-077-33/+369
|\ \
| * | x86: Add counter when debug stack is used with interrupts enabledSteven Rostedt2011-12-214-8/+40
| * | x86: Allow NMIs to hit breakpoints in i386Steven Rostedt2011-12-211-7/+94
| * | x86: Keep current stack in NMI breakpointsSteven Rostedt2011-12-216-0/+65
| * | x86: Add workaround to NMI iret woesSteven Rostedt2011-12-211-0/+177
| * | x86: Document the NMI handler about not using paranoid_exitSteven Rostedt2011-12-211-1/+8
| * | x86: Do not schedule while still in NMI contextLinus Torvalds2011-12-211-32/+0
* | | perf kvm: Fix copy & paste error in descriptionJoerg Roedel2012-01-031-1/+1
* | | perf script: Kill script_spec__deleteNamhyung Kim2012-01-031-12/+1
* | | perf top: Fix a memory leakNamhyung Kim2012-01-031-1/+0
* | | perf stat: Introduce get_ratio_color() helperNamhyung Kim2012-01-031-56/+35
* | | perf session: Remove impossible condition checkNamhyung Kim2012-01-031-2/+1
* | | perf tools: Fix feature-bits rework fallout, remove unused variableIngo Molnar2011-12-291-3/+0
* | | perf script: Add generic perl handler to process eventsRobert Richter2011-12-231-6/+67
* | | perf tools: Use for_each_set_bit() to iterate over feature flagsRobert Richter2011-12-233-93/+149
* | | perf tools: Unify handling of features when writing feature sectionRobert Richter2011-12-232-9/+12
* | | perf report: Accept fifos as input fileRobert Richter2011-12-2319-33/+51
* | | perf tools: Moving code in some filesRobert Richter2011-12-232-267/+264
* | | perf tools: Fix out-of-bound access to struct perf_sessionRobert Richter2011-12-232-2/+2
* | | perf tools: Continue processing header on unknown featuresRobert Richter2011-12-231-1/+1
* | | perf tools: Improve macros for struct feature_opsRobert Richter2011-12-231-18/+22
* | | perf: builtin-record: Document and check that mmap_pages must be a power of two.Nelson Elhage2011-12-234-1/+17
* | | perf: builtin-record: Provide advice if mmap'ing fails with EPERM.Nelson Elhage2011-12-231-1/+8
* | | perf tools: Fix truncated annotationIngo Molnar2011-12-231-1/+1
* | | perf script: look up thread using tid instead of pidDavid Ahern2011-12-231-1/+1
* | | perf tools: Look up thread names for system wide profilingDavid Ahern2011-12-231-22/+53
* | | perf tools: Fix comm for processes with named threadsDavid Ahern2011-12-231-5/+32
* | | perf report: Fix usage stringNamhyung Kim2011-12-221-1/+1
* | | perf: Add support for PERF_HW_COUNT_REF_CPU_CYCLESStephane Eranian2011-12-211-0/+2
* | | perf events: Add Intel x86 mapping for PERF_COUNT_HW_REF_CPU_CYCLESStephane Eranian2011-12-211-0/+1
* | | perf events: Add PERF_COUNT_HW_REF_CPU_CYCLES generic PMU eventStephane Eranian2011-12-211-0/+1
* | | perf events: Enable raw event support for Intel unhalted_reference_cycles eventStephane Eranian2011-12-213-18/+20
OpenPOWER on IntegriCloud