1. 3341c56 UPSTREAM: tracing: Use cpumask_available() to check if cpumask variable may be used by Matthias Kaehlcke · 7 years ago
  2. bb94f9d Merge 4.9.91 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  3. d434dae tracing: probeevent: Fix to support minus offset from symbol by Masami Hiramatsu · 6 years ago
  4. 7bd125e FROMLIST: BACKPORT: kbuild: fix dynamic ftrace with clang LTO by Sami Tolvanen · 7 years ago
  5. a9d0273 Merge 4.9.84 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  6. 7569adc blktrace: fix unlocked registration of tracepoints by Jens Axboe · 7 years ago
  7. cdfc8df Merge 4.9.82 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  8. 2de1085 ftrace: Remove incorrect setting of glob search field by Steven Rostedt (VMware) · 6 years ago
  9. e9dabe6 Merge 4.9.78 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  10. 9a50ea0 tracing: Fix converting enum's from the map in trace_event_eval_update() by Steven Rostedt (VMware) · 6 years ago
  11. 9e5dd8e Merge 4.9.74 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  12. 2e0d458 ring-buffer: Mask out the info bits when returning buffer page length by Steven Rostedt (VMware) · 6 years ago
  13. 81e155e tracing: Fix crash when it fails to alloc ring buffer by Jing Xia · 6 years ago
  14. 5dc4cd2 tracing: Fix possible double free on failure of allocating trace buffer by Steven Rostedt (VMware) · 6 years ago
  15. 6edea15 tracing: Remove extra zeroing out of the ring buffer page by Steven Rostedt (VMware) · 6 years ago
  16. cb7518e Merge 4.9.72 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  17. 6af9b18 tracing: Exclude 'generic fields' from histograms by Tom Zanussi · 7 years ago
  18. 319c8e1 Merge 4.9.71 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  19. d760f90 tracing: Allocate mask_str buffer dynamically by Changbin Du · 6 years ago
  20. cdbe07a Merge 4.9.55 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  21. a3ec104 ftrace: Fix kmemleak in unregister_ftrace_graph by Shu Wang · 7 years ago
  22. 2b3a26c FROMLIST: tracing: Add support for preempt and irq enable/disable events by Joel Fernandes · 7 years ago
  23. a7e410c135 FROMLIST: tracing: Prepare to add preempt and irq trace events by Joel Fernandes · 7 years ago
  24. 379e3b2 Merge 4.9.53 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  25. 5fb4be2 tracing: Erase irqsoff trace with empty write by Bo Yan · 7 years ago
  26. 97d402e tracing: Fix trace_pipe behavior for instance traces by Tahsin Erdogan · 7 years ago
  27. c30c69c Merge 4.9.52 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  28. cf052336 tracing: Apply trace_clock changes to instance max buffer by Baohong Liu · 7 years ago
  29. 96cf918 tracing: Add barrier to trace_printk() buffer nesting modification by Steven Rostedt (VMware) · 7 years ago
  30. 100553e ftrace: Fix memleak when unregistering dynamic ops when tracing disabled by Steven Rostedt (VMware) · 7 years ago
  31. df865f8 ftrace: Fix selftest goto location on error by Steven Rostedt (VMware) · 7 years ago
  32. a3840b1 Merge 4.9.46 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  33. 741397d ftrace: Check for null ret_stack on profile function graph entry function by Steven Rostedt (VMware) · 7 years ago
  34. 8838cd5 tracing: Fix freeing of filter in create_filter() when set_str is false by Steven Rostedt (VMware) · 7 years ago
  35. 2818a76 tracing: Fix kmemleak in tracing_map_array_free() by Chunyu Hu · 7 years ago
  36. 3170d9a tracing: Call clear_boot_tracer() at lateinit_sync by Steven Rostedt (VMware) · 7 years ago
  37. d6a6b6b bpf: fix bpf_trace_printk on 32 bit archs by Daniel Borkmann · 7 years ago
  38. 9ae2c67 Merge 4.9.40 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  39. 919e481 tracing: Fix kmemleak in instance_rmdir by Chunyu Hu · 7 years ago
  40. 198bd49 ftrace: Fix uninitialized variable in match_records() by Dan Carpenter · 7 years ago
  41. 14accea Merge 4.9.39 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  42. 04e002a tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate results by Pavankumar Kondeti · 7 years ago
  43. 598195a Merge 4.9.37 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  44. 3693042 tracing/kprobes: Allow to create probe with a module name starting with a digit by Sabrina Dubroca · 7 years ago
  45. 951d823 Merge 4.9.30 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  46. dd0023d tracing/kprobes: Enforce kprobes teardown after testing by Thomas Gleixner · 7 years ago
  47. bae751b Merge 4.9.25 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  48. d80e9071 ring-buffer: Have ring_buffer_iter_empty() return true when empty by Steven Rostedt (VMware) · 7 years ago
  49. d4decac tracing: Allocate the snapshot buffer before enabling probe by Steven Rostedt (VMware) · 7 years ago
  50. a2659b2 Merge 4.9.24 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  51. 7da0f8e ftrace: Fix function pid filter on instances by Namhyung Kim · 7 years ago
  52. 666452f ftrace: Fix removing of second function probe by Steven Rostedt (VMware) · 7 years ago
  53. 44e63be Merge 4.9.22 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  54. 703cebf ring-buffer: Fix return value check in test_ringbuffer() by Wei Yongjun · 8 years ago
  55. 5feec54 fs: Better permission checking for submounts am: d3381fab77 by Eric W. Biederman · 7 years ago
  56. d3381fa fs: Better permission checking for submounts by Eric W. Biederman · 7 years ago
  57. dcb6110 Merge tag 'v4.9.9' into android-4.9-aosp by Dmitry Shmidt · 7 years ago
  58. a93ae8d tracing: Fix hwlat kthread migration by Steven Rostedt (VMware) · 7 years ago
  59. cd08287 Merge tag 'v4.9.6' into android-4.9 by Dmitry Shmidt · 7 years ago
  60. 59cbbe3 UPSTREAM: trace: Add an option for boot clock as trace clock by Joel Fernandes · 7 years ago
  61. b96956e ANDROID: trace: fix compilation for 4.1 by Dmitry Shmidt · 9 years ago
  62. 7ee9aa4 ANDROID: trace: add non-hierarchical function_graph option by Jamie Gennis · 12 years ago
  63. 6eaff2c ANDROID: trace: Add an option to show tgids in trace output by Jamie Gennis · 12 years ago
  64. 88848da ANDROID: trace/events: add gpu trace events by Jamie Gennis · 11 years ago
  65. 239b40e fgraph: Handle a case where a tracer ignores set_graph_notrace by Steven Rostedt (Red Hat) · 7 years ago
  66. 546fece ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip records by Steven Rostedt (Red Hat) · 8 years ago
  67. 977c1f9 ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace records by Alexei Starovoitov · 8 years ago
  68. ef6000b Disable the __builtin_return_address() warning globally after all by Linus Torvalds · 8 years ago
  69. 2ab704a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  70. 95107b3 Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  71. 687ee0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  72. 1a4a2bc Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  73. 12b7bcb Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  74. b50afd2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  75. d7e25c6 Merge branch 'x86/urgent' into x86/asm by Thomas Gleixner · 8 years ago
  76. d282b9c tracing/syscalls: fix multiline in error message text by Colin Ian King · 8 years ago
  77. 4c04b4b Merge tag 'trace-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  78. 1ae2293 fix memory leaks in tracing_buffers_splice_read() by Al Viro · 8 years ago
  79. 1245800 tracing: Move mutex to protect against resetting of seq data by Steven Rostedt (Red Hat) · 8 years ago
  80. a0d0c62 tracing: Call traceoff trigger after event is recorded by Masami Hiramatsu · 8 years ago
  81. d4b80af Merge branch 'linus' into x86/asm, to pick up recent fixes by Ingo Molnar · 8 years ago
  82. f971cc9 tracing: Have max_latency be defined for HWLAT_TRACER as well by Steven Rostedt (Red Hat) · 8 years ago
  83. f3694e0 bpf: add BPF_CALL_x macros for declaring helpers by Daniel Borkmann · 8 years ago
  84. f035a51 bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macros by Daniel Borkmann · 8 years ago
  85. 2cc5384 Merge branch 'perf/urgent' into perf/core, to pick up fixed and resolve conflicts by Ingo Molnar · 8 years ago
  86. 0515e59 bpf: introduce BPF_PROG_TYPE_PERF_EVENT program type by Alexei Starovoitov · 8 years ago
  87. 7b2c862 tracing: Add NMI tracing in hwlat detector by Steven Rostedt (Red Hat) · 8 years ago
  88. 0330f7a tracing: Have hwlat trace migrate across tracing_cpumask CPUs by Steven Rostedt (Red Hat) · 8 years ago
  89. e7c15cd tracing: Added hardware latency tracer by Steven Rostedt (Red Hat) · 8 years ago
  90. 8861dd3 ftrace: Access ret_stack->subtime only in the function profiler by Namhyung Kim · 8 years ago
  91. 613dccd function_graph: Handle TRACE_BPUTS in print_graph_comment by Namhyung Kim · 8 years ago
  92. 5ba8a4a tracing/uprobe: Drop isdigit() check in create_trace_uprobe by Dmitry Safonov · 8 years ago
  93. 6abdd5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  94. 223918e ftrace: Add ftrace_graph_ret_addr() stack unwinding helpers by Josh Poimboeuf · 8 years ago
  95. 9a7c348 ftrace: Add return address pointer to ftrace_ret_stack by Josh Poimboeuf · 8 years ago
  96. daa460a ftrace: Only allocate the ret_stack 'fp' field when needed by Josh Poimboeuf · 8 years ago
  97. e4a744e ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from config by Josh Poimboeuf · 8 years ago
  98. bdca79c2 ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimal by Masami Hiramatsu · 8 years ago
  99. 8642562 ftrace: probe: Add README entries for k/uprobe-events by Masami Hiramatsu · 8 years ago
  100. 17ce3dc ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal types by Masami Hiramatsu · 8 years ago