1. abd8286 perf thread: Fix reference count initial state by Arnaldo Carvalho de Melo · 9 years ago
  2. 0d7e7ac perf tools: Avoid deadlock when map_groups are broken by Adrian Hunter · 9 years ago
  3. fdce6a4 perf tools: Remove redundant initialization of thread linkage members by Arnaldo Carvalho de Melo · 9 years ago
  4. b91fc39 perf machine: Protect the machine->threads with a rwlock by Arnaldo Carvalho de Melo · 9 years ago
  5. e1ed3a5 perf tools: Use atomic_t to implement thread__{get,put} refcnt by Arnaldo Carvalho de Melo · 9 years ago
  6. 01fbc1f perf tools: Remove superfluous thread->comm_set setting by Jiri Olsa · 9 years ago
  7. f3b623b perf tools: Reference count struct thread by Arnaldo Carvalho de Melo · 9 years ago
  8. a848080 perf tools: Only override the default :tid comm entry by Adrian Hunter · 10 years ago
  9. 00447cc perf tools: Add a thread stack for synthesizing call chains by Adrian Hunter · 10 years ago
  10. bb871a9 perf tools: A thread's machine can be found via thread->mg->machine by Arnaldo Carvalho de Melo · 10 years ago
  11. 11246c7 perf tools: Set thread->mg.machine in all places by Arnaldo Carvalho de Melo · 10 years ago
  12. 380b514 perf callchain: Use global caching provided by libunwind by Namhyung Kim · 10 years ago
  13. 66f066d8 perf callchain: Create an address space per thread by Namhyung Kim · 10 years ago
  14. 65de51f perf tools: Identify which comms are from exec by Adrian Hunter · 10 years ago
  15. bf49c35 perf tools: Add cpu to struct thread by Adrian Hunter · 10 years ago
  16. acebd40 perf tools: Remove verbose from functions prototypes by Jiri Olsa · 10 years ago
  17. 9608b84 perf thread: Allow deletion of a thread with no map groups by Adrian Hunter · 10 years ago
  18. 1fcb876 perf machine: Fix the value used for unknown pids by Adrian Hunter · 10 years ago
  19. cddcef6 perf tools: Share map_groups among threads of the same group by Jiri Olsa · 10 years ago
  20. a26ca67 perf tools: Reference count map_groups objects by Arnaldo Carvalho de Melo · 10 years ago
  21. 93d5731 perf tools: Allocate thread map_groups's dynamically by Arnaldo Carvalho de Melo · 10 years ago
  22. 52a3cb8 perf symbols: Introduce thread__find_cpumode_addr_location by Arnaldo Carvalho de Melo · 10 years ago
  23. 3178f58 perf tools: Do proper comm override error handling by Frederic Weisbecker · 11 years ago
  24. 8d00be8 perf tools: Fix inverted error verification bug in thread__fork by David Ahern · 11 years ago
  25. a5285ad perf tools: Tag thread comm as overriden by Frederic Weisbecker · 11 years ago
  26. 4dfced3 perf tools: Get current comm instead of last one by Namhyung Kim · 11 years ago
  27. 1902efe perf tools: Add new COMM infrastructure by Frederic Weisbecker · 11 years ago
  28. 162f0be perf tools: Add time argument on COMM setting by Frederic Weisbecker · 11 years ago
  29. b9c5143 perf tools: Use an accessor to read thread comm by Frederic Weisbecker · 11 years ago
  30. c824c43 perf tools: Stop using 'self' in some more places by Arnaldo Carvalho de Melo · 11 years ago
  31. 99d725f perf tools: Add pid to struct thread by Adrian Hunter · 11 years ago
  32. 3805123 perf tools: struct thread has a tid not a pid by Adrian Hunter · 11 years ago
  33. 70c57ef perf tools: Save parent pid in thread struct by David Ahern · 11 years ago
  34. 3f067dc perf machine: Move more machine methods to machine.c by Arnaldo Carvalho de Melo · 12 years ago
  35. ef8c029 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  36. 9fdbf67 perf tools: do not flush maps on COMM for perf report by Luigi Semenzato · 12 years ago
  37. 9d2f8e2 perf machine: Introduce find_thread method by Arnaldo Carvalho de Melo · 12 years ago
  38. b424eba perf session: Move threads to struct machine by Arnaldo Carvalho de Melo · 13 years ago
  39. fd78260 perf threads: Move thread_map to separate file by Arnaldo Carvalho de Melo · 14 years ago
  40. 5c98d466 perf tools: Refactor all_tids to hold nr and the map by Arnaldo Carvalho de Melo · 14 years ago
  41. 591765f perf tools: Release thread resources on PERF_RECORD_EXIT by Arnaldo Carvalho de Melo · 14 years ago
  42. c214909 perf tools: Fix find tids routine by excluding "." and ".." by Gui Jianfeng · 14 years ago
  43. c6e718f perf symbols: Move more map_groups methods to map.c by Arnaldo Carvalho de Melo · 14 years ago
  44. 4b8cf84 perf symbols: Move map related routines to map.c by Arnaldo Carvalho de Melo · 14 years ago
  45. d6d901c perf events: Change perf parameter --pid to process-wide collection instead of thread-wide by Zhang, Yanmin · 14 years ago
  46. 65f2ed2 perf report: Print the map table just after samples for which no map was found by Arnaldo Carvalho de Melo · 14 years ago
  47. 1224550 perf tools: Don't trow away old map slices not overlapped by new maps by Arnaldo Carvalho de Melo · 14 years ago
  48. 4385d58 perf tools: Flush maps on COMM events by David S. Miller · 14 years ago
  49. 3846df2 perf symbols: Improve debugging information about symtab origins by Arnaldo Carvalho de Melo · 14 years ago
  50. faa5c5c perf tools: Don't use parent comm if not set at fork time by Arnaldo Carvalho de Melo · 14 years ago
  51. 9de89fe perf symbols: Remove perf_session usage in symbols layer by Arnaldo Carvalho de Melo · 14 years ago
  52. 4aa6563 perf session: Move kmaps to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  53. b3165f4 perf session: Move the global threads list to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  54. 13df45c perf session: Register the idle thread in perf_session__process_events by Arnaldo Carvalho de Melo · 15 years ago
  55. 22ccec5 perf symbols: Add missing "Variables" entry to map_type__name by Arnaldo Carvalho de Melo · 15 years ago
  56. 9958e1f perf symbols: Rename kthreads to kmaps, using another abstraction for it by Arnaldo Carvalho de Melo · 15 years ago
  57. 1ed091c perf tools: Consolidate symbol resolving across all tools by Arnaldo Carvalho de Melo · 15 years ago
  58. 95011c6 perf symbols: Support multiple symtabs in struct thread by Arnaldo Carvalho de Melo · 15 years ago
  59. 3647948 perf tools: Introduce zalloc() for the common calloc(1, N) case by Arnaldo Carvalho de Melo · 15 years ago
  60. 6beba7a perf tools: Unify debug messages mechanisms by Arnaldo Carvalho de Melo · 15 years ago
  61. a4fb581 perf tools: Bind callchains to the first sort dimension column by Frederic Weisbecker · 15 years ago
  62. d5b889f perf tools: Move threads & last_match to threads.c by Arnaldo Carvalho de Melo · 15 years ago
  63. 97ea1a7 perf tools: Fix thread comm resolution in perf sched by Frederic Weisbecker · 15 years ago
  64. 9a92b47 perf tools: Improve thread comm resolution in perf sched by Frederic Weisbecker · 15 years ago
  65. 439d473 perf tools: Rewrite and improve support for kernel modules by Arnaldo Carvalho de Melo · 15 years ago
  66. 1b46cdd perf tools: Use rb_tree for maps by Arnaldo Carvalho de Melo · 15 years ago
  67. 0ec04e1 perf sched: Add 'perf sched map' scheduling event map printout by Ingo Molnar · 15 years ago
  68. 80ed098 perf sched: Make idle thread and comm/pid names more consistent by Ingo Molnar · 15 years ago
  69. 9b8055a perf tools: Unify swapper tasks naming by Frederic Weisbecker · 15 years ago
  70. 5b447a6 perf tools: Librarize idle thread registration by Frederic Weisbecker · 15 years ago
  71. 6e08643 perf tools: Save partial non-overlapping map by Frederic Weisbecker · 15 years ago
  72. 6baa0a5 perf tools: Factorize the thread code in a dedicated file by Frederic Weisbecker · 15 years ago