index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
oprofile
/
op_model_amd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-01
perf, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLE
Robert Richter
1
-3
/
+3
2010-03-01
perf, x86: add some IBS macros to perf_event.h
Robert Richter
1
-3
/
+3
2010-03-01
perf, x86: make IBS macros available in perf_event.h
Robert Richter
1
-11
/
+0
2010-02-26
oprofile/x86: fix msr access to reserved counters
Robert Richter
1
-5
/
+4
2010-02-26
oprofile/x86: use kzalloc() instead of kmalloc()
Robert Richter
1
-4
/
+0
2010-02-26
oprofile/x86: fix perfctr nmi reservation for mulitplexing
Robert Richter
1
-19
/
+0
2010-02-26
oprofile/x86: warn user if a counter is already active
Robert Richter
1
-1
/
+10
2010-02-26
oprofile/x86: implement randomization for IBS periodic op counter
Robert Richter
1
-6
/
+63
2010-02-26
oprofile/x86: implement lsfr pseudo-random number generator for IBS
Suravee Suthikulpanit
1
-0
/
+23
2010-02-26
oprofile/x86: implement IBS cpuid feature detection
Robert Richter
1
-17
/
+63
2010-02-26
oprofile/x86: remove node check in AMD IBS initialization
Robert Richter
1
-10
/
+0
2010-02-26
oprofile/x86: remove OPROFILE_IBS config option
Robert Richter
1
-30
/
+1
2009-08-04
arch/x86/oprofile/op_model_amd.c: fix op_amd_handle_ibs() return type
Andrew Morton
1
-5
/
+3
2009-08-04
Revert "x86: oprofile/op_model_amd.c set return values for op_amd_handle_ibs()"
Robert Richter
1
-5
/
+2
2009-07-20
x86/oprofile: Small coding style fixes
Robert Richter
1
-3
/
+2
2009-07-20
x86/oprofile: Implement op_x86_virt_to_phys()
Robert Richter
1
-1
/
+1
2009-07-20
x86/oprofile: Remove unused num_virt_controls from struct op_x86_model_spec
Robert Richter
1
-1
/
+0
2009-07-20
x86/oprofile: Remove const qualifier from struct op_x86_model_spec
Robert Richter
1
-1
/
+1
2009-07-20
oprofile: Grouping multiplexing code in op_model_amd.c
Robert Richter
1
-34
/
+41
2009-07-20
oprofile: Introduce op_x86_phys_to_virt()
Robert Richter
1
-49
/
+31
2009-07-20
x86/oprofile: Fix usage of NUM_CONTROLS/NUM_COUNTERS macros
Robert Richter
1
-2
/
+2
2009-07-20
oprofile: Implement performance counter multiplexing
Jason Yeh
1
-14
/
+96
2009-07-14
x86/oprofile: Whitespaces changes only
Robert Richter
1
-6
/
+6
2009-07-14
x86/oprofile: Fix cast of counter value
Robert Richter
1
-2
/
+2
2009-06-18
x86: oprofile/op_model_amd.c set return values for op_amd_handle_ibs()
Jaswinder Singh Rajput
1
-2
/
+5
2009-06-11
x86/oprofile: introduce oprofile_add_data64()
Robert Richter
1
-18
/
+9
2009-06-11
x86/oprofile: use 64 bit values in IBS functions
Robert Richter
1
-70
/
+61
2009-06-11
x86/oprofile: use 64 bit wrmsr functions
Robert Richter
1
-3
/
+4
2009-06-11
x86/oprofile: replace CTR*_IS_RESERVED macros
Robert Richter
1
-5
/
+5
2009-06-11
x86/oprofile: replace CTRL_SET_*ACTIVE macros
Robert Richter
1
-8
/
+8
2009-06-11
x86/oprofile: replace CTR_OVERFLOWED macros
Robert Richter
1
-8
/
+8
2009-06-11
x86/oprofile: replace macros to calculate control register
Robert Richter
1
-25
/
+16
2009-06-11
x86/oprofile: pass the model to setup_ctrs() functions
Robert Richter
1
-1
/
+2
2009-06-11
x86/oprofile: remove unused macros for AMD virtualization profiling
Robert Richter
1
-5
/
+0
2009-06-11
x86/oprofile: remove MSR macros for AMD cpus
Robert Richter
1
-17
/
+12
2009-06-11
x86/oprofile: move common macros to op_x86_model.h
Robert Richter
1
-8
/
+0
2009-06-11
x86/oprofile: remove #ifdefs in ibs functions
Robert Richter
1
-34
/
+46
2009-01-08
oprofile: make new cpu buffer functions part of the api
Robert Richter
1
-33
/
+24
2009-01-08
oprofile: use new data sample format for ibs
Robert Richter
1
-78
/
+41
2009-01-08
oprofile: rework implementation of cpu buffer events
Robert Richter
1
-4
/
+4
2009-01-08
oprofile: rename variable ibs_allowed to has_ibs in op_model_amd.c
Robert Richter
1
-12
/
+12
2008-12-29
x86/oprofile: fix pci_dev use count for AMD northbridge devices
Robert Richter
1
-0
/
+1
2008-12-10
x86/oprofile: cleanup IBS init/exit functions in op_model_amd.c
Robert Richter
1
-15
/
+17
2008-12-10
x86/oprofile: reordering IBS code in op_model_amd.c
Robert Richter
1
-13
/
+13
2008-12-10
oprofile: whitspace changes only
Robert Richter
1
-2
/
+2
2008-12-10
oprofile: comment cleanup
Robert Richter
1
-15
/
+16
2008-10-15
x86/oprofile: add the logic for enabling additional IBS bits
Suravee Suthikulpanit
1
-2
/
+5
2008-10-15
oprofile: more whitespace fixes
Robert Richter
1
-3
/
+3
2008-10-15
oprofile: whitespace fixes
Robert Richter
1
-10
/
+10
2008-10-15
OProfile: Rename IBS sysfs dir into "ibs_op"
Robert Richter
1
-1
/
+1
[next]