1. 0ae617b perf record: Get ref_reloc_sym from kernel map by Adrian Hunter · 10 years ago
  2. 29b596b perf tools: Add kallsyms__get_function_start() by Adrian Hunter · 10 years ago
  3. a18382b perf tools: Make perf_event__synthesize_mmap_events global by Jiri Olsa · 11 years ago
  4. c239c25a perf tools: Do not synthesize the treads of default guest. by Dongsheng Yang · 11 years ago
  5. f5db57c4 perf tools: Use machine->pid for tgid if machine is guest. by Dongsheng Yang · 11 years ago
  6. 73547aa perf tools: Set event->header.misc to PERF_RECORD_MISC_GUEST_USER if machine is guest. by Dongsheng Yang · 11 years ago
  7. 9956346 perf tools: Find the proc info under machine->root_dir. by Dongsheng Yang · 11 years ago
  8. fb50bb4 perf tools: Add support for PERF_RECORD_MISC_GUEST_USER in thread__find_addr_map(). by Dongsheng Yang · 11 years ago
  9. cc22e57 perf symbols: Add 'machine' member to struct addr_location by Arnaldo Carvalho de Melo · 11 years ago
  10. c506c96 tools lib symbol: Start carving out symbol parsing routines from perf by Arnaldo Carvalho de Melo · 11 years ago
  11. 1f3878c perf thread: Move comm_list check into function by David Ahern · 11 years ago
  12. 9d4ecc8 perf tools: Synthesize anon MMAP records again by Don Zickus · 11 years ago
  13. 62605dc50 perf record: Synthesize non-exec MMAP records when --data used by Arnaldo Carvalho de Melo · 11 years ago
  14. 316c713 perf tools: Finish the removal of 'self' arguments by Arnaldo Carvalho de Melo · 11 years ago
  15. 162f0be perf tools: Add time argument on COMM setting by Frederic Weisbecker · 11 years ago
  16. b9c5143 perf tools: Use an accessor to read thread comm by Frederic Weisbecker · 11 years ago
  17. 2fd869f perf tools: Fix up /proc/PID/maps parsing by Arnaldo Carvalho de Melo · 11 years ago
  18. 3090ffb perf: Disable PERF_RECORD_MMAP2 support by Stephane Eranian · 11 years ago
  19. 5c5e854 perf tools: Add attr->mmap2 support by Stephane Eranian · 11 years ago
  20. ef89325 perf tools: Remove references to struct ip_event by Adrian Hunter · 11 years ago
  21. 314add6 perf tools: change machine__findnew_thread() to set thread pid by Adrian Hunter · 11 years ago
  22. 326f59b perf tools: Remove filter parameter of thread__find_addr_map() by Adrian Hunter · 11 years ago
  23. 61710bd perf tools: Remove filter parameter of thread__find_addr_location() by Adrian Hunter · 11 years ago
  24. e44baa3 perf tools: Remove filter parameter of perf_event__preprocess_sample() by Adrian Hunter · 11 years ago
  25. 5b7ba82 perf symbols: Load kernel maps before using by Adrian Hunter · 11 years ago
  26. 3805123 perf tools: struct thread has a tid not a pid by Adrian Hunter · 11 years ago
  27. 0b9e01a perf tools: Fix memory leak on error by Thomas Jarosch · 12 years ago
  28. 6064803 perf tools: Use sscanf for parsing /proc/pid/maps by Namhyung Kim · 12 years ago
  29. ba361c9 perf tools: Don't stop synthesizing threads when one vanishes by Arnaldo Carvalho de Melo · 12 years ago
  30. b0a7d1a perf machine: Carve up event processing specific from perf_tool by Arnaldo Carvalho de Melo · 12 years ago
  31. f62d3f0 perf event: No need to create a thread when handling PERF_RECORD_EXIT by Arnaldo Carvalho de Melo · 12 years ago
  32. 1500b93 perf symbols: Filter samples with unresolved symbol when "--symbols" option is used by Feng Tang · 12 years ago
  33. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  34. 9ac3e48 perf tools: fix ALIGN redefinition in system headers by Irina Tirdea · 12 years ago
  35. 1e6d532 perf tool: handle errors in synthesized event functions by David Ahern · 12 years ago
  36. 8215152 perf symbols: Remove unused 'end' arg in kallsyms parse cb by Cody P Schafer · 12 years ago
  37. cfbd70c perf tools: Ensure comm string is properly terminated by David Ahern · 12 years ago
  38. bf32c9e perf tools: Fix prefix matching for kernel maps by Jiri Olsa · 12 years ago
  39. f5faf72 perf tools: Look up thread names for system wide profiling by David Ahern · 13 years ago
  40. defd8d3 perf tools: Fix comm for processes with named threads by David Ahern · 13 years ago
  41. cb8f4e9 perf events: Tidy up perf_event__preprocess_sample by Namhyung Kim · 13 years ago
  42. 482ad89 perf event: Introduce perf_event__fprintf by Arnaldo Carvalho de Melo · 13 years ago
  43. 45694aa perf tools: Rename perf_event_ops to perf_tool by Arnaldo Carvalho de Melo · 13 years ago
  44. 743eb86 perf tools: Resolve machine earlier and pass it to perf_event_ops by Arnaldo Carvalho de Melo · 13 years ago
  45. d20deb6 perf tools: Pass tool context in the the perf_event_ops functions by Arnaldo Carvalho de Melo · 13 years ago
  46. 6a0e55d perf symbols: Synthesize anonymous mmap events by Anton Blanchard · 13 years ago
  47. 5672238 perf evlist: Don't die if sample_{id_all|type} is invalid by Arnaldo Carvalho de Melo · 13 years ago
  48. ec80fde perf symbols: Handle /proc/sys/kernel/kptr_restrict by Arnaldo Carvalho de Melo · 13 years ago
  49. 0f61f3e perf tools: Fix sample type size calculation in 32 bits archs by Frederic Weisbecker · 13 years ago
  50. 3cb6d15 perf tools: Fix sample size bit operations by Frederic Weisbecker · 13 years ago
  51. a285412 perf tools: Pre-check sample size before parsing by Frederic Weisbecker · 13 years ago
  52. 6c6804fb perf symbols: Fix vsyscall symbol lookup by Andrew Lutomirski · 13 years ago
  53. d7603d5 perf hists: Remove needless global col lenght calcs by Arnaldo Carvalho de Melo · 13 years ago
  54. 7c940c1 Merge remote branch 'acme/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 13 years ago
  55. 401b8e1 perf tools: Fix thread_map event synthesizing in top and record by Arnaldo Carvalho de Melo · 13 years ago
  56. 8115d60 perf tools: Kill event_t typedef, use 'union perf_event' instead by Arnaldo Carvalho de Melo · 13 years ago
  57. 8d50e5b perf tools: Rename 'struct sample_data' to 'struct perf_sample' by Arnaldo Carvalho de Melo · 13 years ago
  58. ef2bf6d perf events: Account PERF_RECORD_LOST events in event__process by Arnaldo Carvalho de Melo · 13 years ago
  59. d0dd74e perf tools: Move event__parse_sample to evsel.c by Arnaldo Carvalho de Melo · 14 years ago
  60. 9486aa3 perf tools: Fix 64 bit integer format strings by Arnaldo Carvalho de Melo · 14 years ago
  61. 3b01a41 perf symbols: Improve kallsyms symbol end addr calculation by Arnaldo Carvalho de Melo · 14 years ago
  62. 3835bc0 perf event: Prevent unbound event__name array access by Thomas Gleixner · 14 years ago
  63. 9c90a61 perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ events by Arnaldo Carvalho de Melo · 14 years ago
  64. 640c03c perf session: Parse sample earlier by Arnaldo Carvalho de Melo · 14 years ago
  65. 9d1faba perf symbols: Correct final kernel map guesses by Ian Munsie · 14 years ago
  66. b83f920 perf: expose event__process function by Srikar Dronamraju · 14 years ago
  67. b5a6325 perf events: Fix mmap offset determination by Dave Martin · 14 years ago
  68. d65a458 perf tools: Release session and symbol resources on exit by Arnaldo Carvalho de Melo · 14 years ago
  69. 6e40625 perf symbols: Precisely specify if dso->{long,short}_name should be freed by Arnaldo Carvalho de Melo · 14 years ago
  70. 361d134 perf report: Don't abbreviate file paths relative to the cwd by Dave Martin · 14 years ago
  71. 8a6c5b2 perf sort: Make column width code per hists instance by Arnaldo Carvalho de Melo · 14 years ago
  72. f384c95 Merge branch 'linus' into perf/core by Thomas Gleixner · 14 years ago
  73. 720a3ae perf session: Remove threads from tree on PERF_RECORD_EXIT by Arnaldo Carvalho de Melo · 14 years ago
  74. f60f359 perf report: Implement --sort cpu by Arun Sharma · 14 years ago
  75. 41a37e2 perf tools: Make event__preprocess_sample parse the sample by Arnaldo Carvalho de Melo · 14 years ago
  76. 761844b perf report: Make -D print sampled CPU by Stephane Eranian · 14 years ago
  77. dd833d7 perf: Do the comm inheritance per thread in event__process_task by Frederic Weisbecker · 14 years ago
  78. 13eb04fd perf: Process comm events by tid by Frederic Weisbecker · 14 years ago
  79. cee75ac perf hist: Clarify events_stats fields usage by Arnaldo Carvalho de Melo · 14 years ago
  80. c8446b9 perf hist: Make event__totals per hists by Arnaldo Carvalho de Melo · 14 years ago
  81. 1c02c4d perf hist: Introduce hists class and move lots of methods to it by Arnaldo Carvalho de Melo · 14 years ago
  82. 1f626bc perf session: Embed the host machine data on perf_session by Arnaldo Carvalho de Melo · 14 years ago
  83. 4cc4945 perf symbols: Check if a struct machine instance was found by Arnaldo Carvalho de Melo · 14 years ago
  84. 3ceb0d4 perf symbols: Consider unresolved DSOs in the dso__col_widt calculation by Arnaldo Carvalho de Melo · 14 years ago
  85. 9890948 perf report: Make dso__calc_col_width agree with hist_entry__dso_snprintf by Arnaldo Carvalho de Melo · 14 years ago
  86. 02bf60a perf: Fix performance issue with perf report by Anton Blanchard · 14 years ago
  87. d28c622 perf machine: Adopt some map_groups functions by Arnaldo Carvalho de Melo · 14 years ago
  88. 48ea8f5 perf machine: Pass buffer size to machine__mmap_name by Arnaldo Carvalho de Melo · 14 years ago
  89. 23346f2 perf tools: Rename "kernel_info" to "machine" by Arnaldo Carvalho de Melo · 14 years ago
  90. a1645ce perf: 'perf kvm' tool for monitoring guest performance from host by Zhang, Yanmin · 14 years ago
  91. 4af8b35 perf symbols: Fill in pgoff in mmap synthesized events by Anton Blanchard · 14 years ago
  92. b177f63 perf symbols: Pass the mmap parameters instead of using mmap_event by Arnaldo Carvalho de Melo · 14 years ago
  93. 96415e4 perf symbols: Avoid unnecessary symbol loading when dso list is specified by Arnaldo Carvalho de Melo · 14 years ago
  94. 018cbff Merge commit 'v2.6.33' into perf/core by Frederic Weisbecker · 14 years ago
  95. 10fe12e perf symbols: Fix up map end too on modular kernels with no modules installed by Arnaldo Carvalho de Melo · 14 years ago
  96. 7fbfc68 perf: Fix hypervisor sample reporting by Anton Blanchard · 14 years ago
  97. 9de89fe perf symbols: Remove perf_session usage in symbols layer by Arnaldo Carvalho de Melo · 14 years ago
  98. f162f87ad perf symbols: Set dso->kernel when handling the fake vmlinux MMAP event by Arnaldo Carvalho de Melo · 15 years ago
  99. 881516e perf symbols: Accept an alias when looking for "_text" by Arnaldo Carvalho de Melo · 15 years ago
  100. 460848f perf symbols: The synthesized kernel modules MMAP must use the pathnames by Arnaldo Carvalho de Melo · 15 years ago