aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/oprofile (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2-3/+3
2009-08-04arch/x86/oprofile/op_model_amd.c: fix op_amd_handle_ibs() return typeAndrew Morton1-5/+3
2009-08-04Revert "x86: oprofile/op_model_amd.c set return values for op_amd_handle_ibs()"Robert Richter1-5/+2
2009-07-20x86/oprofile: Small coding style fixesRobert Richter1-3/+2
2009-07-20x86/oprofile: Add counter reservation check for virtual countersRobert Richter1-3/+1
2009-07-20x86/oprofile: Implement op_x86_virt_to_phys()Robert Richter3-1/+8
2009-07-20oprofile: Adding switch counter to oprofile statistic variablesRobert Richter1-7/+0
2009-07-20x86/oprofile: Implement mux_clone()Robert Richter1-14/+23
2009-07-20x86/oprofile: Enable multiplexing only if the model supports itRobert Richter1-3/+9
2009-07-20x86/oprofile: Add function has_mux() to check multiplexing supportRobert Richter1-1/+18
2009-07-20x86/oprofile: Modify initialization of num_virt_countersRobert Richter3-3/+3
2009-07-20x86/oprofile: Remove unused num_virt_controls from struct op_x86_model_specRobert Richter4-5/+0
2009-07-20x86/oprofile: Remove const qualifier from struct op_x86_model_specRobert Richter5-10/+10
2009-07-20x86/oprofile: Moving nmi_cpu_switch() in nmi_int.cRobert Richter1-74/+70
2009-07-20x86/oprofile: Moving nmi_cpu_save/restore_mpx_registers() in nmi_int.cRobert Richter1-28/+24
2009-07-20x86/oprofile: Moving nmi_setup_cpu_mux() in nmi_int.cRobert Richter1-26/+19
2009-07-20x86/oprofile: Implement multiplexing setup/shutdown functionsRobert Richter1-36/+40
2009-07-20oprofile: Grouping multiplexing code in op_model_amd.cRobert Richter1-34/+41
2009-07-20oprofile: Introduce op_x86_phys_to_virt()Robert Richter3-69/+55
2009-07-20x86/oprofile: Fix initialization of switch_indexRobert Richter1-7/+9
2009-07-20x86/oprofile: Use per_cpu() instead of __get_cpu_var()Robert Richter1-2/+2
2009-07-20x86/oprofile: Fix usage of NUM_CONTROLS/NUM_COUNTERS macrosRobert Richter1-2/+2
2009-07-20oprofile: Implement performance counter multiplexingJason Yeh6-20/+267
2009-07-14x86/oprofile: Whitespaces changes onlyRobert Richter4-20/+20
2009-07-14x86/oprofile: Rework and simplify nmi_cpu_setup()Robert Richter1-10/+3
2009-07-14x86/oprofile: Fix cast of counter valueRobert Richter2-5/+5
2009-07-14Merge commit 'v2.6.31-rc3'; commit 'tip/oprofile' into oprofile/coreRobert Richter1-1/+1
2009-07-10x86/oprofile: rename kernel parameter for architectural perfmon to arch_perfmonRobert Richter1-1/+1
2009-06-18x86: oprofile/op_model_amd.c set return values for op_amd_handle_ibs()Jaswinder Singh Rajput1-2/+5
2009-06-12x86/oprofile: fix initialization of arch_perfmon for core_i7Robert Richter1-2/+3
2009-06-12Merge commit 'tip/perfcounters-for-linus' into oprofile/masterRobert Richter3-4/+13
2009-06-11x86/oprofile: introduce oprofile_add_data64()Robert Richter1-18/+9
2009-06-11x86/oprofile: use 64 bit values in IBS functionsRobert Richter1-70/+61
2009-06-11x86/oprofile: remove some local variables in MSR save/restore functionsRobert Richter1-8/+4
2009-06-11x86/oprofile: use 64 bit values to save MSR statesRobert Richter2-27/+10
2009-06-11x86/oprofile: use 64 bit wrmsr functionsRobert Richter2-9/+10
2009-06-11x86/oprofile: replace CTR*_IS_RESERVED macrosRobert Richter4-18/+15
2009-06-11x86/oprofile: replace CTRL_SET_*ACTIVE macrosRobert Richter3-18/+16
2009-06-11x86/oprofile: replace CTR_OVERFLOWED macrosRobert Richter3-17/+15
2009-06-11x86/oprofile: replace macros to calculate control registerRobert Richter4-45/+60
2009-06-11x86/oprofile: pass the model to setup_ctrs() functionsRobert Richter5-5/+9
2009-06-11x86/oprofile: remove unused macros for AMD virtualization profilingRobert Richter1-5/+0
2009-06-11x86/oprofile: fix and cleanup CTRL_SET_* macrosRobert Richter2-9/+10
2009-06-11x86/oprofile: remove MSR macros for p4 cpusRobert Richter1-20/+19
2009-06-11x86/oprofile: remove MSR macros for ppro cpusRobert Richter1-11/+8
2009-06-11x86/oprofile: remove MSR macros for AMD cpusRobert Richter1-17/+12
2009-06-11x86/oprofile: move common macros to op_x86_model.hRobert Richter4-18/+9
2009-06-11x86/oprofile: simplify AMD cpu init codeRobert Richter1-8/+7
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar1-4/+23
2009-06-11x86/oprofile: remove #ifdefs in ibs functionsRobert Richter1-34/+46