1. ea5d20c perf_counter: optionally provide the pid/tid of the sampled task by Peter Zijlstra · 16 years ago
  2. 63e35b2 perf_counter: sanity check on the output API by Peter Zijlstra · 16 years ago
  3. 5c14819 perf_counter: output objects by Peter Zijlstra · 16 years ago
  4. b9cacc7 perf_counter: more elaborate write API by Peter Zijlstra · 16 years ago
  5. c7138f3 perf_counter: fix perf_poll() by Peter Zijlstra · 16 years ago
  6. 7b732a7 perf_counter: new output ABI - part 1 by Peter Zijlstra · 16 years ago
  7. 37d8182 perf_counter: add an mmap method to allow userspace to read hardware counters by Paul Mackerras · 16 years ago
  8. 96f6d44 perf_counter: avoid recursion by Peter Zijlstra · 16 years ago
  9. f4a2deb4 perf_counter: remove the event config bitfields by Peter Zijlstra · 16 years ago
  10. 0322cd6 perf_counter: unify irq output code by Peter Zijlstra · 16 years ago
  11. b8e8351 perf_counter: revamp syscall input ABI by Peter Zijlstra · 16 years ago
  12. e077df4 perf_counter: hook up the tracepoint events by Peter Zijlstra · 16 years ago
  13. f160095 perf_counter: fix up counter free paths by Peter Zijlstra · 16 years ago
  14. 4a0deca perf_counter: generic context switch event by Peter Zijlstra · 16 years ago
  15. 01ef09d perf_counter: fix uninitialized usage of event_list by Peter Zijlstra · 16 years ago
  16. b6c5a71d perf_counter: abstract wakeup flag setting in core to fix powerpc build by Paul Mackerras · 16 years ago
  17. 4e193bd perf_counter: include missing header by Tim Blechmann · 16 years ago
  18. 039fc91 perf_counter: fix hrtimer sampling by Peter Zijlstra · 16 years ago
  19. 592903c perf_counter: add an event_list by Peter Zijlstra · 16 years ago
  20. d6d020e perf_counter: hrtimer based sampling for software time events by Peter Zijlstra · 16 years ago
  21. ac17dc8 perf_counter: provide major/minor page fault software events by Peter Zijlstra · 16 years ago
  22. 7dd1fcc perf_counter: provide pagefault software events by Peter Zijlstra · 16 years ago
  23. 15dbf27 perf_counter: software counter event infrastructure by Peter Zijlstra · 16 years ago
  24. 7556423 perf_counter: use list_move_tail() by Peter Zijlstra · 16 years ago
  25. 2743a5b perfcounters: provide expansion room in the ABI by Paul Mackerras · 16 years ago
  26. f3dfd26 perfcounters: fix a few minor cleanliness issues by Paul Mackerras · 16 years ago
  27. c07c99b perfcounters: make context switch and migration software counters work again by Paul Mackerras · 16 years ago
  28. 4bcf349 perfcounters: fix refcounting bug, take 2 by Paul Mackerras · 16 years ago
  29. 5af7591 perfcounters: fix use after free in perf_release() by Mike Galbraith · 16 years ago
  30. 0475f9e perf_counters: allow users to count user, kernel and/or hypervisor events by Paul Mackerras · 16 years ago
  31. 23a185c perf_counters: make software counters work as per-cpu counters by Paul Mackerras · 16 years ago
  32. 65d3708 perfcounters: fix refcounting bug by Mike Galbraith · 16 years ago
  33. d859e29 perf_counter: Add counter enable/disable ioctls by Paul Mackerras · 16 years ago
  34. 3b6f9e5 perf_counter: Add support for pinned and exclusive counter groups by Paul Mackerras · 16 years ago
  35. 01d0287 powerpc/perf_counter: Make sure PMU gets enabled properly by Paul Mackerras · 16 years ago
  36. dd0e6ba perf_counter: Always schedule all software counters in by Paul Mackerras · 16 years ago
  37. 4eb96fc perf_counter: Add dummy perf_counter_print_debug function by Paul Mackerras · 16 years ago
  38. 3cbed42 perf_counter: Add optional hw_perf_group_sched_in arch function by Paul Mackerras · 16 years ago
  39. 9abf8a0 perf_counter: Fix the cpu_clock software counter by Paul Mackerras · 16 years ago
  40. ff6f054 perf_counter: Fix return value from dummy hw_perf_counter_init by Paul Mackerras · 16 years ago
  41. 01ea1cc perf_counter: more barrier in blank weak function by Yinghai Lu · 16 years ago
  42. 235c7fc perfcounters: generalize the counter scheduler by Ingo Molnar · 16 years ago
  43. 8fe91e6 perfcounters: remove ->nr_inherited by Ingo Molnar · 16 years ago
  44. 95cdd2e perfcounters: enable lowlevel pmc code to schedule counters by Ingo Molnar · 16 years ago
  45. aa9c4c0 perfcounters: fix task clock counter by Ingo Molnar · 16 years ago
  46. 7671581 perfcounters: hw ops rename by Ingo Molnar · 16 years ago
  47. 7995888 perfcounters: tweak group scheduling by Ingo Molnar · 16 years ago
  48. 8fb9331 perfcounters: remove warnings by Ingo Molnar · 16 years ago
  49. a86ed50 perfcounters: use hw_event.disable flag by Ingo Molnar · 16 years ago
  50. 0cc0c02 perfcounters: release CPU context when exiting task counters by Ingo Molnar · 16 years ago
  51. 088e285 perfcounters, x86: fix sw counters on non-PMC CPUs by Ingo Molnar · 16 years ago
  52. e06c61a perfcounters: add nr-of-faults counter by Ingo Molnar · 16 years ago
  53. 6c594c2 perfcounters: add task migrations counter by Ingo Molnar · 16 years ago
  54. 5d6a27d perfcounters: add context switch counter by Ingo Molnar · 16 years ago
  55. 8cb391e perfcounters: fix task clock counter by Ingo Molnar · 16 years ago
  56. 9b51f66 perfcounters: implement "counter inheritance" by Ingo Molnar · 16 years ago
  57. ee06094 perfcounters: restructure x86 counter math by Ingo Molnar · 16 years ago
  58. 6a93070 perf counters: clean up state transitions by Ingo Molnar · 16 years ago
  59. 1d1c7dd perf counters: add prctl interface to disable/enable counters by Ingo Molnar · 16 years ago
  60. bae43c9 perf counters: implement PERF_COUNT_TASK_CLOCK by Ingo Molnar · 16 years ago
  61. 01b2838 perf counters: consolidate hw_perf save/restore APIs by Ingo Molnar · 16 years ago
  62. 5c92d12 perf counters: implement PERF_COUNT_CPU_CLOCK by Ingo Molnar · 16 years ago
  63. 621a01e perf counters: hw driver API by Ingo Molnar · 16 years ago
  64. ccff286 perf counters: group counter, fixes by Ingo Molnar · 16 years ago
  65. 04289bb perf counters: add support for group counters by Ingo Molnar · 16 years ago
  66. 9f66a38 perf counters: restructure the API by Ingo Molnar · 16 years ago
  67. dfa7c89 perf counters: expand use of counter->event by Thomas Gleixner · 16 years ago
  68. eab656a perf counters: clean up 'raw' type API by Thomas Gleixner · 16 years ago
  69. 0793a61 performance counters: core code by Thomas Gleixner · 16 years ago