Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
fef093bec0364ff5e6fd488cd81637f6bb3a2d0d
/
arch
/
x86
/
oprofile
4d7b4ac
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
bae663b
oprofile/x86: make AMD IBS hotplug capable
by Robert Richter
· 15 years ago
3de668e
oprofile/x86: notify cpus only when daemon is running
by Robert Richter
· 15 years ago
d30d64c
oprofile/x86: reordering some functions
by Robert Richter
· 15 years ago
de65464
oprofile/x86: stop disabled counters in nmi handler
by Robert Richter
· 15 years ago
6ae56b5
oprofile/x86: protect cpu hotplug sections
by Robert Richter
· 15 years ago
216f3d9
oprofile/x86: remove CONFIG_SMP macros
by Robert Richter
· 15 years ago
2623a1d
oprofile/x86: fix uninitialized counter usage during cpu hotplug
by Robert Richter
· 15 years ago
5bdb793
oprofile/x86: remove duplicate IBS capability check
by Robert Richter
· 15 years ago
da759fe
oprofile/x86: move IBS code
by Robert Richter
· 15 years ago
8617f98
oprofile/x86: return -EBUSY if counters are already reserved
by Robert Richter
· 15 years ago
83300ce
oprofile/x86: moving shutdown functions
by Robert Richter
· 15 years ago
d0e4120
oprofile/x86: reserve counter msrs pairwise
by Robert Richter
· 15 years ago
8f5a2dd
oprofile/x86: rework error handler in nmi_setup()
by Robert Richter
· 15 years ago
948b1bb
perf, x86: Undo some some *_counter* -> *_event* renames
by Robert Richter
· 15 years ago
bb1165d
perf, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLE
by Robert Richter
· 15 years ago
a163b10
perf, x86: add some IBS macros to perf_event.h
by Robert Richter
· 15 years ago
1d6040f
perf, x86: make IBS macros available in perf_event.h
by Robert Richter
· 15 years ago
cfc9c0b
oprofile/x86: fix msr access to reserved counters
by Robert Richter
· 15 years ago
c17c8fb
oprofile/x86: use kzalloc() instead of kmalloc()
by Robert Richter
· 15 years ago
68dc819
oprofile/x86: fix perfctr nmi reservation for mulitplexing
by Robert Richter
· 15 years ago
8588d10
oprofile/x86: add comment to counter-in-use warning
by Naga Chumbalkar
· 15 years ago
98a2e73
oprofile/x86: warn user if a counter is already active
by Robert Richter
· 15 years ago
ba52078
oprofile/x86: implement randomization for IBS periodic op counter
by Robert Richter
· 15 years ago
f125be1
oprofile/x86: implement lsfr pseudo-random number generator for IBS
by Suravee Suthikulpanit
· 15 years ago
64683da
oprofile/x86: implement IBS cpuid feature detection
by Robert Richter
· 15 years ago
89baaaa
oprofile/x86: remove node check in AMD IBS initialization
by Robert Richter
· 15 years ago
013cfc5
oprofile/x86: remove OPROFILE_IBS config option
by Robert Richter
· 15 years ago
e83e452
oprofile/x86: add Xeon 7500 series support
by Andi Kleen
· 15 years ago
d8cc108
oprofile/x86: fix crash when profiling more than 28 events
by Suravee Suthikulpanit
· 15 years ago
61c1917
perf events, x86/stacktrace: Make stack walking optional
by Frederic Weisbecker
· 15 years ago
cdd6c48
perf: Do the big rename: Performance Counters -> Performance Events
by Ingo Molnar
· 15 years ago
4680e64
arch/x86/oprofile/op_model_amd.c: fix op_amd_handle_ibs() return type
by Andrew Morton
· 15 years ago
54a0bf3
Revert "x86: oprofile/op_model_amd.c set return values for op_amd_handle_ibs()"
by Robert Richter
· 15 years ago
c550091
x86/oprofile: Small coding style fixes
by Robert Richter
· 15 years ago
11be1a7
x86/oprofile: Add counter reservation check for virtual counters
by Robert Richter
· 15 years ago
61d149d
x86/oprofile: Implement op_x86_virt_to_phys()
by Robert Richter
· 15 years ago
1b294f5
oprofile: Adding switch counter to oprofile statistic variables
by Robert Richter
· 15 years ago
4d015f7
x86/oprofile: Implement mux_clone()
by Robert Richter
· 15 years ago
5280514
x86/oprofile: Enable multiplexing only if the model supports it
by Robert Richter
· 15 years ago
39e97f4
x86/oprofile: Add function has_mux() to check multiplexing support
by Robert Richter
· 15 years ago
52471c6
x86/oprofile: Modify initialization of num_virt_counters
by Robert Richter
· 15 years ago
2904a52
x86/oprofile: Remove unused num_virt_controls from struct op_x86_model_spec
by Robert Richter
· 15 years ago
259a83a
x86/oprofile: Remove const qualifier from struct op_x86_model_spec
by Robert Richter
· 15 years ago
b28d1b9
x86/oprofile: Moving nmi_cpu_switch() in nmi_int.c
by Robert Richter
· 15 years ago
d0f585d
x86/oprofile: Moving nmi_cpu_save/restore_mpx_registers() in nmi_int.c
by Robert Richter
· 15 years ago
48fb4b4
x86/oprofile: Moving nmi_setup_cpu_mux() in nmi_int.c
by Robert Richter
· 15 years ago
6ab82f9
x86/oprofile: Implement multiplexing setup/shutdown functions
by Robert Richter
· 15 years ago
7e7478c
oprofile: Grouping multiplexing code in op_model_amd.c
by Robert Richter
· 15 years ago
d8471ad
oprofile: Introduce op_x86_phys_to_virt()
by Robert Richter
· 15 years ago
6bfccd0
x86/oprofile: Fix initialization of switch_index
by Robert Richter
· 15 years ago
82a2252
x86/oprofile: Use per_cpu() instead of __get_cpu_var()
by Robert Richter
· 15 years ago
5e766e3
x86/oprofile: Fix usage of NUM_CONTROLS/NUM_COUNTERS macros
by Robert Richter
· 15 years ago
4d4036e
oprofile: Implement performance counter multiplexing
by Jason Yeh
· 15 years ago
6e63ea4
x86/oprofile: Whitespaces changes only
by Robert Richter
· 15 years ago
44ab9a6
x86/oprofile: Rework and simplify nmi_cpu_setup()
by Robert Richter
· 15 years ago
8045a4c
x86/oprofile: Fix cast of counter value
by Robert Richter
· 15 years ago
debc6a6
Merge commit 'v2.6.31-rc3'; commit 'tip/oprofile' into oprofile/core
by Robert Richter
· 15 years ago
8d7ff4f
x86/oprofile: rename kernel parameter for architectural perfmon to arch_perfmon
by Robert Richter
· 15 years ago
21e7087
x86: oprofile/op_model_amd.c set return values for op_amd_handle_ibs()
by Jaswinder Singh Rajput
· 15 years ago
802070f
x86/oprofile: fix initialization of arch_perfmon for core_i7
by Robert Richter
· 15 years ago
1241eb8
Merge commit 'tip/perfcounters-for-linus' into oprofile/master
by Robert Richter
· 15 years ago
51563a0
x86/oprofile: introduce oprofile_add_data64()
by Robert Richter
· 15 years ago
c572ae4
x86/oprofile: use 64 bit values in IBS functions
by Robert Richter
· 15 years ago
1a245c4
x86/oprofile: remove some local variables in MSR save/restore functions
by Robert Richter
· 15 years ago
95e74e6
x86/oprofile: use 64 bit values to save MSR states
by Robert Richter
· 15 years ago
bbc5986
x86/oprofile: use 64 bit wrmsr functions
by Robert Richter
· 15 years ago
217d3cf
x86/oprofile: replace CTR*_IS_RESERVED macros
by Robert Richter
· 15 years ago
dea3766
x86/oprofile: replace CTRL_SET_*ACTIVE macros
by Robert Richter
· 15 years ago
42399ad
x86/oprofile: replace CTR_OVERFLOWED macros
by Robert Richter
· 15 years ago
3370d35
x86/oprofile: replace macros to calculate control register
by Robert Richter
· 15 years ago
ef8828d
x86/oprofile: pass the model to setup_ctrs() functions
by Robert Richter
· 15 years ago
9c59354
x86/oprofile: remove unused macros for AMD virtualization profiling
by Robert Richter
· 15 years ago
ec064c0
x86/oprofile: fix and cleanup CTRL_SET_* macros
by Robert Richter
· 15 years ago
1131a47
x86/oprofile: remove MSR macros for p4 cpus
by Robert Richter
· 15 years ago
74c9a5c
x86/oprofile: remove MSR macros for ppro cpus
by Robert Richter
· 15 years ago
d2731a4
x86/oprofile: remove MSR macros for AMD cpus
by Robert Richter
· 15 years ago
ff9faa8
x86/oprofile: move common macros to op_x86_model.h
by Robert Richter
· 15 years ago
d20f24c
x86/oprofile: simplify AMD cpu init code
by Robert Richter
· 16 years ago
940010c
Merge branch 'linus' into perfcounters/core
by Ingo Molnar
· 15 years ago
9063759
x86/oprofile: remove #ifdefs in ibs functions
by Robert Richter
· 16 years ago
06552cc
x86/oprofile: minor style changes in struct op_x86_model_spec
by Robert Richter
· 15 years ago
57eee9a
Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
e419294
x86/oprofile: moving arch_perfmon counter setup to op_x86_model_spec.init
by Robert Richter
· 16 years ago
849620f
Revert "oprofile: discover counters for op ppro too"
by Robert Richter
· 16 years ago
0886751
Merge commit 'v2.6.30' into oprofile/master
by Robert Richter
· 15 years ago
23db9f4
Merge branch 'linus' into perfcounters/core
by Ingo Molnar
· 15 years ago
7b6c6c7
x86, 32-bit: fix kernel_trap_sp()
by Masami Hiramatsu
· 16 years ago
7e4e0bd
oprofile: introduce module_param oprofile.cpu_type
by Robert Richter
· 16 years ago
6adf406
oprofile: add support for Core i7 and Atom
by Andi Kleen
· 16 years ago
1f3d7b6
oprofile: remove undocumented oprofile.p4force option
by Andi Kleen
· 16 years ago
1dcdb5a
oprofile: re-add force_arch_perfmon option
by Andi Kleen
· 16 years ago
f541ae3
Merge branch 'linus' into perfcounters/core-v2
by Ingo Molnar
· 16 years ago
7ad728f
cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_t
by Rusty Russell
· 16 years ago
8163d88
Merge commit 'v2.6.29-rc7' into perfcounters/core
by Ingo Molnar
· 16 years ago
780eef9
x86: oprofile: don't set counter width from cpuid on Core2
by Tim Blechmann
· 16 years ago
82aa9a1
perfcounters: fix "perf counters kills oprofile" bug, v2
by Ingo Molnar
· 16 years ago
5b75af0
perfcounters: fix "perf counters kill oprofile" bug
by Mike Galbraith
· 16 years ago
506c10f
Merge commit 'v2.6.29-rc1' into perfcounters/core
by Ingo Molnar
· 16 years ago
d2852b9
Merge branch 'oprofile/ring_buffer' into oprofile/oprofile-for-tip
by Robert Richter
· 16 years ago
Next »