summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-05251-6102/+21092
|\
| * Merge branch 'perf/probes' into perf/coreIngo Molnar2009-12-032-3/+35
| |\
| | * x86: insn decoder test checks objdump versionMasami Hiramatsu2009-11-202-1/+27
| | * x86: Fix insn decoder test typosMasami Hiramatsu2009-11-201-3/+9
| * | Merge branch 'perf/mce' into perf/coreIngo Molnar2009-12-039-63/+198
| |\ \
| | * | x86, mce: Add __cpuinit to hotplug callback functionsHidetoshi Seto2009-11-261-2/+3
| | * | x86: Tighten conditionals on MCE related statisticsJan Beulich2009-11-232-9/+9
| | * | x86, mce: Fix __init annotationsHidetoshi Seto2009-11-122-3/+3
| | * | x86: Mark the thermal init functions __initYong Wang2009-11-111-2/+2
| | * | x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP valueYong Wang2009-11-105-5/+43
| | * | x86, mce: Add a global MCE init helperBorislav Petkov2009-10-161-2/+8
| | * | x86, mce: Fix up MCE naming nomenclatureBorislav Petkov2009-10-163-29/+29
| | | |
| | | \
| | *-. \ Merge branches 'x86/mce' and 'x86/urgent' into perf/mceIngo Molnar2009-10-16286-1390/+12696
| | |\ \ \
| | | * | | mce, edac: Use an atomic notifier for MCEs decodingBorislav Petkov2009-10-123-19/+34
| | * | | | perf_event, x86, mce: Use TRACE_EVENT() for MCE loggingHidetoshi Seto2009-10-132-0/+75
| * | | | | Merge branch 'perf/scripting' into perf/coreIngo Molnar2009-12-0331-15/+2458
| |\ \ \ \ \
| | * | | | | perf trace/scripting: Add Fedora libperl install note to docTom Zanussi2009-11-302-3/+5
| | * | | | | perf trace/scripting: Fix Perl common_* access functionsTom Zanussi2009-11-304-24/+24
| | * | | | | perf trace/scripting: Ignore shadowed variable warning for perf-trace-perl.cTom Zanussi2009-11-301-1/+1
| | * | | | | perf trace/scripting: Silence PERL_EMBED_* backtick errorsTom Zanussi2009-11-301-2/+2
| | * | | | | perf scripting: Fix buildIngo Molnar2009-11-281-0/+2
| | * | | | | perf trace: Add a scripts/perl/bin for perf trace shell scriptsTom Zanussi2009-11-2810-0/+45
| | * | | | | perf trace: Add Documentation for perf trace Perl supportTom Zanussi2009-11-282-1/+229
| | * | | | | perf trace: Add interface to access perf data from Perl handlersTom Zanussi2009-11-2813-13/+474
| | * | | | | perf trace: Add perf trace scripting support modules for PerlTom Zanussi2009-11-289-0/+806
| | * | | | | perf trace: Add Perl scripting supportTom Zanussi2009-11-286-5/+629
| | * | | | | perf trace: Add flag/symbolic format_flagsTom Zanussi2009-11-282-0/+19
| | * | | | | perf trace: Add scripting opsTom Zanussi2009-11-282-5/+261
| * | | | | | x86: Fix comments of register/stack access functionsMasami Hiramatsu2009-12-021-4/+4
| * | | | | | perf tools: Replace %m with %a in sscanfLiming Wang2009-12-021-3/+3
| * | | | | | hw-breakpoints: Keep track of user disabled breakpointsFrederic Weisbecker2009-12-021-4/+12
| * | | | | | tracing/syscalls: Make syscall events print callbacks staticFrederic Weisbecker2009-12-021-2/+2
| * | | | | | tracing: Add DEFINE_EVENT(), DEFINE_SINGLE_EVENT() support to docbookJason Baron2009-12-021-3/+12
| * | | | | | perf: Don't free perf_mmap_data until work has been doneKristian Høgsberg2009-12-021-1/+2
| * | | | | | perf_event: Fix compile errorXiao Guangrong2009-12-021-1/+4
| * | | | | | perf tools: Fix _GNU_SOURCE macro related strndup() build errorLiming Wang2009-12-021-2/+0
| * | | | | | trace_syscalls: Remove unused syscall_name_to_nr()Lai Jiangshan2009-12-011-16/+0
| * | | | | | trace_syscalls: Simplify syscall profileLai Jiangshan2009-12-013-47/+16
| * | | | | | trace_syscalls: Remove duplicate init_enter_##sname()Lai Jiangshan2009-12-013-28/+15
| * | | | | | trace_syscalls: Add syscall_nr field to struct syscall_metadataLai Jiangshan2009-12-013-16/+13
| * | | | | | trace_syscalls: Remove enter_id exit_idLai Jiangshan2009-12-013-28/+10
| * | | | | | trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan2009-12-013-28/+16
| * | | | | | trace_syscalls: Remove unused event_syscall_enter and event_syscall_exitLai Jiangshan2009-12-013-12/+2
| * | | | | | perf_event: Initialize data.period in perf_swevent_hrtimer()Xiao Guangrong2009-12-011-0/+1
| * | | | | | perf probe: Simplify event namingMasami Hiramatsu2009-12-012-14/+56
| * | | | | | perf probe: Add --list option for listing current probe eventsMasami Hiramatsu2009-12-013-18/+230
| * | | | | | perf probe: Add argv_split() from lib/argv_split.cMasami Hiramatsu2009-12-013-40/+118
| * | | | | | perf probe: Move probe event utility functions to probe-event.cMasami Hiramatsu2009-12-014-218/+294
| * | | | | | perf probe: Fix probe array index for multiple probe pointsMasami Hiramatsu2009-12-011-1/+1
| * | | | | | perf probe: Fix argv array size in probe parserMasami Hiramatsu2009-12-011-4/+7