index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
perf_counter.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-05
perf_counter: add ioctl(PERF_COUNTER_IOC_RESET)
Peter Zijlstra
1
-0
/
+8
2009-05-05
perf_counter: uncouple data_head updates from wakeups
Peter Zijlstra
1
-11
/
+9
2009-05-04
perf_counter: convert perf_resource_mutex to a spinlock
Ingo Molnar
1
-8
/
+8
2009-05-04
perf_counter: initialize the per-cpu context earlier
Ingo Molnar
1
-4
/
+1
2009-05-04
perf_counter: round-robin per-CPU counters too
Ingo Molnar
1
-7
/
+3
2009-05-01
perf_counter: fix race in perf_output_*
Peter Zijlstra
1
-29
/
+101
2009-04-30
perf_counter: update copyright notice
Paul Mackerras
1
-0
/
+1
2009-04-29
perf_counter: add/update copyrights
Ingo Molnar
1
-3
/
+3
2009-04-29
perfcounters: rename struct hw_perf_counter_ops into struct pmu
Robert Richter
1
-36
/
+32
2009-04-16
perfcounters: export perf_tpcounter_event
Steven Whitehouse
1
-0
/
+1
2009-04-09
perf_counter: log full path names
Peter Zijlstra
1
-1
/
+1
2009-04-09
perf_counter: sysctl for system wide perf counters
Peter Zijlstra
1
-1
/
+3
2009-04-09
perf_counter: optimize mmap/comm tracking
Peter Zijlstra
1
-3
/
+36
2009-04-09
perf_counter: fix off task->comm by one
Ingo Molnar
1
-2
/
+2
2009-04-08
perf_counter: allow for data addresses to be recorded
Peter Zijlstra
1
-17
/
+29
2009-04-08
perf_counter: move PERF_RECORD_TIME
Peter Zijlstra
1
-13
/
+13
2009-04-08
perf_counter: track task-comm data
Peter Zijlstra
1
-0
/
+93
2009-04-08
perf_counter: use misc field to widen type
Peter Zijlstra
1
-7
/
+8
2009-04-08
perf_counter: provide misc bits in the event header
Peter Zijlstra
1
-0
/
+3
2009-04-08
perf_counter: fix NMI race in task clock
Peter Zijlstra
1
-9
/
+16
2009-04-07
perf_counter: minimize context time updates
Peter Zijlstra
1
-2
/
+5
2009-04-07
perf_counter: remove rq->lock usage
Peter Zijlstra
1
-26
/
+16
2009-04-07
perf_counter: rework the task clock software counter
Peter Zijlstra
1
-30
/
+12
2009-04-07
perf_counter: rework context time
Peter Zijlstra
1
-44
/
+34
2009-04-07
perf_counter: change event definition
Peter Zijlstra
1
-7
/
+15
2009-04-07
perf_counter: counter overflow limit
Peter Zijlstra
1
-10
/
+41
2009-04-07
perf_counter: PERF_RECORD_TIME
Peter Zijlstra
1
-0
/
+14
2009-04-07
perf_counter: fix the mlock accounting
Peter Zijlstra
1
-12
/
+21
2009-04-07
perf_counter: theres more to overflow than writing events
Peter Zijlstra
1
-6
/
+23
2009-04-07
perf_counter: generalize pending infrastructure
Peter Zijlstra
1
-21
/
+32
2009-04-07
perf_counter: SIGIO support
Peter Zijlstra
1
-1
/
+19
2009-04-07
perf_counter: add more context information
Peter Zijlstra
1
-4
/
+2
2009-04-06
perf_counter: update mmap() counter read
Peter Zijlstra
1
-2
/
+2
2009-04-06
perf_counter: add more context information
Peter Zijlstra
1
-1
/
+1
2009-04-06
perf_counter: per event wakeups
Peter Zijlstra
1
-1
/
+9
2009-04-06
perf_counter: move the event overflow output bits to record_type
Peter Zijlstra
1
-61
/
+40
2009-04-06
perf_counter: provide generic callchain bits
Peter Zijlstra
1
-0
/
+27
2009-04-06
perf_counter: re-arrange the perf_event_type
Peter Zijlstra
1
-31
/
+25
2009-04-06
perf_counter: small cleanup of the output routines
Peter Zijlstra
1
-16
/
+26
2009-04-06
perf_counter: make it possible for hw_perf_counter_init to return error codes
Paul Mackerras
1
-13
/
+22
2009-04-06
perf_counter: executable mmap() information
Peter Zijlstra
1
-0
/
+145
2009-04-06
perf_counter: fix update_userpage()
Peter Zijlstra
1
-15
/
+23
2009-04-06
perf_counter: unify and fix delayed counter wakeup
Peter Zijlstra
1
-8
/
+120
2009-04-06
perf_counter: record time running and time enabled for each counter
Paul Mackerras
1
-21
/
+136
2009-04-06
perf_counter: allow and require one-page mmap on counting counters
Peter Zijlstra
1
-1
/
+5
2009-04-06
perf_counter: optionally provide the pid/tid of the sampled task
Peter Zijlstra
1
-2
/
+16
2009-04-06
perf_counter: sanity check on the output API
Peter Zijlstra
1
-0
/
+4
2009-04-06
perf_counter: output objects
Peter Zijlstra
1
-12
/
+41
2009-04-06
perf_counter: more elaborate write API
Peter Zijlstra
1
-34
/
+75
2009-04-06
perf_counter: fix perf_poll()
Peter Zijlstra
1
-2
/
+12
[prev]
[next]