index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
perf_counter.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
perf_counter: sanity check on the output API
Peter Zijlstra
2009-04-06
1
-0
/
+4
*
perf_counter: output objects
Peter Zijlstra
2009-04-06
1
-12
/
+41
*
perf_counter: more elaborate write API
Peter Zijlstra
2009-04-06
1
-34
/
+75
*
perf_counter: fix perf_poll()
Peter Zijlstra
2009-04-06
1
-2
/
+12
*
perf_counter: new output ABI - part 1
Peter Zijlstra
2009-04-06
1
-219
/
+245
*
perf_counter: add an mmap method to allow userspace to read hardware counters
Paul Mackerras
2009-04-06
1
-0
/
+76
*
perf_counter: avoid recursion
Peter Zijlstra
2009-04-06
1
-0
/
+26
*
perf_counter: remove the event config bitfields
Peter Zijlstra
2009-04-06
1
-9
/
+13
*
perf_counter: unify irq output code
Peter Zijlstra
2009-04-06
1
-50
/
+56
*
perf_counter: revamp syscall input ABI
Peter Zijlstra
2009-04-06
1
-33
/
+50
*
perf_counter: hook up the tracepoint events
Peter Zijlstra
2009-04-06
1
-0
/
+43
*
perf_counter: fix up counter free paths
Peter Zijlstra
2009-04-06
1
-3
/
+8
*
perf_counter: generic context switch event
Peter Zijlstra
2009-04-06
1
-56
/
+4
*
perf_counter: fix uninitialized usage of event_list
Peter Zijlstra
2009-04-06
1
-1
/
+1
*
perf_counter: abstract wakeup flag setting in core to fix powerpc build
Paul Mackerras
2009-04-06
1
-1
/
+1
*
perf_counter: include missing header
Tim Blechmann
2009-04-06
1
-0
/
+2
*
perf_counter: fix hrtimer sampling
Peter Zijlstra
2009-04-06
1
-4
/
+4
*
perf_counter: add an event_list
Peter Zijlstra
2009-04-06
1
-11
/
+19
*
perf_counter: hrtimer based sampling for software time events
Peter Zijlstra
2009-04-06
1
-37
/
+86
*
perf_counter: provide major/minor page fault software events
Peter Zijlstra
2009-04-06
1
-13
/
+9
*
perf_counter: provide pagefault software events
Peter Zijlstra
2009-04-06
1
-50
/
+3
*
perf_counter: software counter event infrastructure
Peter Zijlstra
2009-04-06
1
-0
/
+201
*
perf_counter: use list_move_tail()
Peter Zijlstra
2009-04-06
1
-4
/
+2
*
perfcounters: provide expansion room in the ABI
Paul Mackerras
2009-03-04
1
-3
/
+7
*
perfcounters: fix a few minor cleanliness issues
Paul Mackerras
2009-02-26
1
-3
/
+3
*
perfcounters: make context switch and migration software counters work again
Paul Mackerras
2009-02-13
1
-6
/
+15
*
perfcounters: fix refcounting bug, take 2
Paul Mackerras
2009-02-11
1
-5
/
+4
*
perfcounters: fix use after free in perf_release()
Mike Galbraith
2009-02-11
1
-1
/
+1
*
perf_counters: allow users to count user, kernel and/or hypervisor events
Paul Mackerras
2009-02-11
1
-4
/
+22
*
perf_counters: make software counters work as per-cpu counters
Paul Mackerras
2009-02-09
1
-33
/
+45
*
perfcounters: fix refcounting bug
Mike Galbraith
2009-01-29
1
-1
/
+2
*
perf_counter: Add counter enable/disable ioctls
Paul Mackerras
2009-01-17
1
-59
/
+396
*
perf_counter: Add support for pinned and exclusive counter groups
Paul Mackerras
2009-01-14
1
-72
/
+154
*
powerpc/perf_counter: Make sure PMU gets enabled properly
Paul Mackerras
2009-01-14
1
-2
/
+2
*
perf_counter: Always schedule all software counters in
Paul Mackerras
2009-01-12
1
-3
/
+30
*
perf_counter: Add dummy perf_counter_print_debug function
Paul Mackerras
2009-01-09
1
-0
/
+2
*
perf_counter: Add optional hw_perf_group_sched_in arch function
Paul Mackerras
2009-01-09
1
-5
/
+26
*
perf_counter: Fix the cpu_clock software counter
Paul Mackerras
2009-01-09
1
-3
/
+17
*
perf_counter: Fix return value from dummy hw_perf_counter_init
Paul Mackerras
2009-01-09
1
-1
/
+1
*
perf_counter: more barrier in blank weak function
Yinghai Lu
2008-12-27
1
-2
/
+2
*
perfcounters: generalize the counter scheduler
Ingo Molnar
2008-12-23
1
-78
/
+142
*
perfcounters: remove ->nr_inherited
Ingo Molnar
2008-12-23
1
-1
/
+0
*
perfcounters: enable lowlevel pmc code to schedule counters
Ingo Molnar
2008-12-23
1
-17
/
+45
*
perfcounters: fix task clock counter
Ingo Molnar
2008-12-23
1
-16
/
+54
*
perfcounters: hw ops rename
Ingo Molnar
2008-12-23
1
-25
/
+25
*
perfcounters: tweak group scheduling
Ingo Molnar
2008-12-23
1
-3
/
+13
*
perfcounters: remove warnings
Ingo Molnar
2008-12-23
1
-8
/
+0
*
perfcounters: use hw_event.disable flag
Ingo Molnar
2008-12-17
1
-0
/
+3
*
perfcounters: release CPU context when exiting task counters
Ingo Molnar
2008-12-14
1
-2
/
+12
*
perfcounters, x86: fix sw counters on non-PMC CPUs
Ingo Molnar
2008-12-14
1
-1
/
+1
[prev]
[next]