1. 0a8cb85 perf tools: Rename ordered_samples bool to ordered_events by Jiri Olsa · 10 years ago
  2. 13ce34d perf tools: Use tid for finding thread by Namhyung Kim · 10 years ago
  3. 4b62795 perf kmem: Utilize the new generic cpunode_map by Don Zickus · 10 years ago
  4. 3bca235 perf kmem: Introduce --list-cmds for use by scripts by Ramkumar Ramachandra · 10 years ago
  5. 744a971 perf evsel: Ditch evsel->handler.data field by Arnaldo Carvalho de Melo · 11 years ago
  6. b9c5143 perf tools: Use an accessor to read thread comm by Frederic Weisbecker · 11 years ago
  7. f5fc141 perf tools: Add data object to handle perf data file by Jiri Olsa · 11 years ago
  8. 4921e32 perf kmem: Make it work again on non NUMA machines by Jiri Olsa · 11 years ago
  9. ef89325 perf tools: Remove references to struct ip_event by Adrian Hunter · 11 years ago
  10. 314add6 perf tools: change machine__findnew_thread() to set thread pid by Adrian Hunter · 11 years ago
  11. 3805123 perf tools: struct thread has a tid not a pid by Adrian Hunter · 11 years ago
  12. 4a4d371 perf record: Remove -f/--force option by Jiri Olsa · 11 years ago
  13. 8d9233f perf kmem: Use memdup() by Arnaldo Carvalho de Melo · 11 years ago
  14. 49e4ba5 perf kmem: use ARRAY_SIZE instead of reinventing it by Sasha Levin · 12 years ago
  15. 34ba512 perf machine: Simplify accessing the host machine by Arnaldo Carvalho de Melo · 12 years ago
  16. 70cb4e9 perf tools: Add a global variable "const char *input_name" by Feng Tang · 12 years ago
  17. 0433ffb perf kmem: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
  18. 0f7d2f1 perf kmem: Use perf_evsel__intval and perf_session__set_tracepoints_handlers by Arnaldo Carvalho de Melo · 12 years ago
  19. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  20. 2814eb0 perf kmem: Remove die() calls by Arnaldo Carvalho de Melo · 12 years ago
  21. 22ad798 perf kmem: Use evsel->tp_format and perf_sample by Arnaldo Carvalho de Melo · 12 years ago
  22. fcf65bf perf evsel: Cache associated event_format by Arnaldo Carvalho de Melo · 12 years ago
  23. da37896 perf tools: Stop using a global trace events description list by Arnaldo Carvalho de Melo · 12 years ago
  24. aaf045f perf: Have perf use the new libtraceevent.a library by Steven Rostedt · 12 years ago
  25. 1b22859 perf kmem: Fix a memory leak by Namhyung Kim · 13 years ago
  26. 8442da1 perf kmem: Add missing closedir() calls by Namhyung Kim · 13 years ago
  27. efad141 perf report: Accept fifos as input file by Robert Richter · 13 years ago
  28. 45694aa perf tools: Rename perf_event_ops to perf_tool by Arnaldo Carvalho de Melo · 13 years ago
  29. 743eb86 perf tools: Resolve machine earlier and pass it to perf_event_ops by Arnaldo Carvalho de Melo · 13 years ago
  30. d20deb6 perf tools: Pass tool context in the the perf_event_ops functions by Arnaldo Carvalho de Melo · 13 years ago
  31. 9e69c21 perf session: Pass evsel in event_ops->sample() by Arnaldo Carvalho de Melo · 13 years ago
  32. 8115d60 perf tools: Kill event_t typedef, use 'union perf_event' instead by Arnaldo Carvalho de Melo · 13 years ago
  33. 8d50e5b perf tools: Rename 'struct sample_data' to 'struct perf_sample' by Arnaldo Carvalho de Melo · 13 years ago
  34. 9486aa3 perf tools: Fix 64 bit integer format strings by Arnaldo Carvalho de Melo · 13 years ago
  35. 21ef97f perf session: Fallback to unordered processing if no sample_id_all by Ian Munsie · 14 years ago
  36. ce47dc5 perf tools: Catch a few uncheck calloc/malloc's by Chris Samuel · 14 years ago
  37. 640c03c perf session: Parse sample earlier by Arnaldo Carvalho de Melo · 14 years ago
  38. 454c407 perf: add perf-inject builtin by Tom Zanussi · 14 years ago
  39. 5c0541d perf symbols: Add machine helper routines by Arnaldo Carvalho de Melo · 14 years ago
  40. d28c622 perf machine: Adopt some map_groups functions by Arnaldo Carvalho de Melo · 14 years ago
  41. 23346f2 perf tools: Rename "kernel_info" to "machine" by Arnaldo Carvalho de Melo · 14 years ago
  42. 587570d perf: Use generic sample reordering in perf kmem by Frederic Weisbecker · 14 years ago
  43. a1645ce perf: 'perf kvm' tool for monitoring guest performance from host by Zhang, Yanmin · 14 years ago
  44. 71cf8b8 perf kmem: Fixup the symbol address before using it by Arnaldo Carvalho de Melo · 14 years ago
  45. e727ca7 perf kmem: Resolve kernel symbols again by Arnaldo Carvalho de Melo · 14 years ago
  46. 7e5e1b14 perf symbols: map_groups__find_symbol must return the map too by Arnaldo Carvalho de Melo · 14 years ago
  47. 9de89fe perf symbols: Remove perf_session usage in symbols layer by Arnaldo Carvalho de Melo · 14 years ago
  48. ae7f671 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  49. 64abebf7 perf session: Create kernel maps in the constructor by Arnaldo Carvalho de Melo · 14 years ago
  50. b00eca8 perf kmem: Print usage help for unknown commands by Pekka Enberg · 14 years ago
  51. 4710327 perf kmem: Increase "Hit" column length by Pekka Enberg · 14 years ago
  52. 0d75503 perf tools: Don't cast RIP to pointers by Arnaldo Carvalho de Melo · 15 years ago
  53. b7cece7 perf tools: Encode kernel module mappings in perf.data by Arnaldo Carvalho de Melo · 15 years ago
  54. 61405fe Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
  55. 4efb529 perf kmem: Fix statistics typo by Wenji Huang · 15 years ago
  56. 659d8cf perf tools: Do a few more directory handling optimizations by Ulrich Drepper · 15 years ago
  57. 55aa640 perf session: Remove redundant prefix & suffix from perf_event_ops by Arnaldo Carvalho de Melo · 15 years ago
  58. d549c769 perf session: Remove sample_type_check from event_ops by Arnaldo Carvalho de Melo · 15 years ago
  59. 2729559 perf session: Share the common trace sample_check routine as perf_session__has_traces by Arnaldo Carvalho de Melo · 15 years ago
  60. 655000e perf symbols: Adopt the strlists for dso, comm by Arnaldo Carvalho de Melo · 15 years ago
  61. 75be6cf perf symbols: Make symbol_conf global by Arnaldo Carvalho de Melo · 15 years ago
  62. c019879 perf session: Adopt the sample_type variable by Arnaldo Carvalho de Melo · 15 years ago
  63. 4e4f06e perf session: Move the hist_entries rb tree to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  64. 4aa6563 perf session: Move kmaps to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  65. b3165f4 perf session: Move the global threads list to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  66. ec91336 perf session: Reduce the number of parms to perf_session__process_events by Arnaldo Carvalho de Melo · 15 years ago
  67. 13df45c perf session: Register the idle thread in perf_session__process_events by Arnaldo Carvalho de Melo · 15 years ago
  68. 301a0b0 perf session: Ditch register_perf_file_handler by Arnaldo Carvalho de Melo · 15 years ago
  69. d8f6624 perf session: Pass the perf_session to the event handling operations by Arnaldo Carvalho de Melo · 15 years ago
  70. 94c744b perf tools: Introduce perf_session class by Arnaldo Carvalho de Melo · 15 years ago
  71. 9958e1f perf symbols: Rename kthreads to kmaps, using another abstraction for it by Arnaldo Carvalho de Melo · 15 years ago
  72. 7931241 perf kmem: Fix unused argument build warning by Ingo Molnar · 15 years ago
  73. 90b86a9 perf kmem: Show usage if no option is specified by Li Zefan · 15 years ago
  74. f48f669 perf_event: Eliminate raw->size by Xiao Guangrong · 15 years ago
  75. d8bd9e0 perf_event: Fix raw event processing by Xiao Guangrong · 15 years ago
  76. 180f95e perf: Make common SAMPLE_EVENT parser by OGAWA Hirofumi · 15 years ago
  77. 1ed091c perf tools: Consolidate symbol resolving across all tools by Arnaldo Carvalho de Melo · 15 years ago
  78. 62daacb perf tools: Reorganize event processing routines, lotsa dups killed by Arnaldo Carvalho de Melo · 15 years ago
  79. fcf1203 perf symbols: Rename find_symbol routines to find_function by Arnaldo Carvalho de Melo · 15 years ago
  80. b32d133 perf symbols: Simplify symbol machinery setup by Arnaldo Carvalho de Melo · 15 years ago
  81. 079d3f6 perf kmem: Measure kmalloc/kfree CPU ping-pong call-sites by Li Zefan · 15 years ago
  82. 7d0d394 perf kmem: Collect cross node allocation statistics by Li Zefan · 15 years ago
  83. 29b3e15 perf kmem: Default to sort by fragmentation by Li Zefan · 15 years ago
  84. 7707b6b perf kmem: Add new option to show raw ip by Li Zefan · 15 years ago
  85. 1b145ae perf kmem: Resolve symbols by Arnaldo Carvalho de Melo · 15 years ago
  86. cc612d8 perf symbols: Look for vmlinux in more places by Arnaldo Carvalho de Melo · 15 years ago
  87. f3ced7c perf kmem: Add --sort hit and --sort frag by Pekka Enberg · 15 years ago
  88. ba77c9e perf: Add 'perf kmem' tool by Li Zefan · 15 years ago