index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
perf_counter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf: Do the big rename: Performance Counters -> Performance Events
Ingo Molnar
2009-09-21
1
-1315
/
+0
*
perf_counter, powerpc, sparc: Fix compilation after perf_counter_overflow() c...
Paul Mackerras
2009-09-21
1
-2
/
+1
*
powerpc/perf_counters: Reduce stack usage of power_check_constraints
Paul Mackerras
2009-09-11
1
-23
/
+32
*
powerpc: Fix bug where perf_counters breaks oprofile
Paul Mackerras
2009-09-11
1
-10
/
+3
*
perf_counter/powerpc: Fix oops on cpus without perf_counter hardware support
Paul Mackerras
2009-08-09
1
-0
/
+8
*
perf_counter: powerpc: Make powerpc perf_counter code safe for 32-bit kernels
Paul Mackerras
2009-06-18
1
-60
/
+133
*
perf_counter: powerpc: Change how processor-specific back-ends get selected
Paul Mackerras
2009-06-18
1
-37
/
+7
*
perf_counter: powerpc: Use unsigned long for register and constraint values
Paul Mackerras
2009-06-18
1
-11
/
+9
*
perf_counter: powerpc: Fix two compile warnings
Paul Mackerras
2009-06-15
1
-1
/
+3
*
perf_counter: powerpc: Implement generalized cache events for POWER processors
Paul Mackerras
2009-06-11
1
-2
/
+40
*
perf_counters: powerpc: Add support for POWER7 processors
Paul Mackerras
2009-06-11
1
-0
/
+4
*
perf_counter: Accurate period data
Peter Zijlstra
2009-06-11
1
-3
/
+6
*
perf_counter: Introduce struct for sample data
Peter Zijlstra
2009-06-11
1
-3
/
+7
*
perf_counter: Separate out attr->type from attr->config
Ingo Molnar
2009-06-06
1
-3
/
+3
*
perf_counter: powerpc: Use new identifier names in powerpc-specific code
Paul Mackerras
2009-06-04
1
-1
/
+1
*
perf_counter: powerpc: Fix race causing "oops trying to read PMC0" errors
Paul Mackerras
2009-06-03
1
-2
/
+14
*
perf_counter: Rename perf_counter_hw_event => perf_counter_attr
Peter Zijlstra
2009-06-02
1
-19
/
+19
*
perf_counter: Rename various fields
Peter Zijlstra
2009-06-02
1
-6
/
+6
*
perf_counter: powerpc: Implement interrupt throttling
Paul Mackerras
2009-05-26
1
-5
/
+43
*
perf_counter: powerpc: initialize cpuhw pointer before use
Paul Mackerras
2009-05-18
1
-2
/
+1
*
perf_counter: powerpc: supply more precise information on counter overflow ev...
Paul Mackerras
2009-05-15
1
-4
/
+80
*
perf_counter: powerpc: use u64 for event codes internally
Paul Mackerras
2009-05-15
1
-14
/
+12
*
perf_counter: frequency based adaptive irq_period
Peter Zijlstra
2009-05-15
1
-7
/
+6
*
perf_counter: Rework the perf counter disable/enable
Peter Zijlstra
2009-05-15
1
-12
/
+12
*
perf_counter: powerpc: allow use of limited-function counters
Paul Mackerras
2009-04-29
1
-35
/
+262
*
perfcounters: rename struct hw_perf_counter_ops into struct pmu
Robert Richter
2009-04-29
1
-13
/
+12
*
perf_counter: powerpc: add nmi_enter/nmi_exit calls
Paul Mackerras
2009-04-09
1
-14
/
+17
*
perf_counter: allow for data addresses to be recorded
Peter Zijlstra
2009-04-08
1
-1
/
+1
*
perf_counter: powerpc: set sample enable bit for marked instruction events
Paul Mackerras
2009-04-08
1
-5
/
+23
*
perf_counter: fix powerpc build
Paul Mackerras
2009-04-08
1
-2
/
+1
*
perf_counter: theres more to overflow than writing events
Peter Zijlstra
2009-04-07
1
-1
/
+1
*
perf_counter: make it possible for hw_perf_counter_init to return error codes
Paul Mackerras
2009-04-06
1
-7
/
+7
*
perf_counter: powerpc: only reserve PMU hardware when we need it
Paul Mackerras
2009-04-06
1
-5
/
+42
*
perf_counter: unify and fix delayed counter wakeup
Peter Zijlstra
2009-04-06
1
-20
/
+2
*
perf_counter: record time running and time enabled for each counter
Paul Mackerras
2009-04-06
1
-0
/
+2
*
perf_counter: new output ABI - part 1
Peter Zijlstra
2009-04-06
1
-6
/
+3
*
perf_counter: add an mmap method to allow userspace to read hardware counters
Paul Mackerras
2009-04-06
1
-0
/
+6
*
perf_counter: remove the event config bitfields
Peter Zijlstra
2009-04-06
1
-3
/
+3
*
perf_counter: fix type/event_id layout on big-endian systems
Paul Mackerras
2009-04-06
1
-4
/
+5
*
perf_counter: powerpc: clean up perc_counter_interrupt
Paul Mackerras
2009-04-06
1
-12
/
+7
*
perf_counter: unify irq output code
Peter Zijlstra
2009-04-06
1
-49
/
+2
*
perf_counter: revamp syscall input ABI
Peter Zijlstra
2009-04-06
1
-2
/
+2
*
perf_counter: abstract wakeup flag setting in core to fix powerpc build
Paul Mackerras
2009-04-06
1
-2
/
+1
*
perfcounters/powerpc: add support for POWER4 processors
Paul Mackerras
2009-03-06
1
-0
/
+5
*
perfcounters/powerpc: add support for POWER5+ processors
Paul Mackerras
2009-03-06
1
-0
/
+4
*
perfcounters/powerpc: fix oops with multiple counters in a group
Paul Mackerras
2009-03-06
1
-0
/
+1
*
perfcounters/powerpc: Add support for POWER5 processors
Paul Mackerras
2009-02-26
1
-0
/
+4
*
perfcounters/powerpc: Make exclude_kernel bit work on Apple G5 processors
Paul Mackerras
2009-02-23
1
-5
/
+18
*
perf_counters: allow users to count user, kernel and/or hypervisor events
Paul Mackerras
2009-02-11
1
-3
/
+65
*
perf_counter: Add support for pinned and exclusive counter groups
Paul Mackerras
2009-01-14
1
-9
/
+1
[next]