1. 3c18a9b tracing: Have synthetic event test use raw_smp_processor_id() by Steven Rostedt (VMware) · 5 years ago
  2. 784bd08 tracing: Fix number printing bug in print_synth_event() by Tom Zanussi · 5 years ago
  3. 3843083 tracing: Check that number of vals matches number of synth event fields by Tom Zanussi · 5 years ago
  4. 1d9d4c9 tracing: Make synth_event trace functions endian-correct by Tom Zanussi · 5 years ago
  5. 279eef0 tracing: Make sure synth_event_trace() example always uses u64 by Tom Zanussi · 5 years ago
  6. 7276531 tracing: Consolidate trace() functions by Tom Zanussi · 5 years ago
  7. 0c62f6c tracing: Don't return -EINVAL when tracing soft disabled synth events by Tom Zanussi · 5 years ago
  8. d090409 tracing: Add missing nest end to synth_event_trace_start() error case by Tom Zanussi · 5 years ago
  9. 9737800 tools/bootconfig: Suppress non-error messages by Masami Hiramatsu · 5 years ago
  10. a91e4f1 bootconfig: Allocate xbc_nodes array dynamically by Masami Hiramatsu · 5 years ago
  11. f61872b bootconfig: Use parse_args() to find bootconfig and '--' by Steven Rostedt (VMware) · 5 years ago
  12. 10f129c tracing/kprobe: Fix uninitialized variable bug by Gustavo A. R. Silva · 5 years ago
  13. 26445f9 bootconfig: Remove unneeded CONFIG_LIBXBC by Masami Hiramatsu · 5 years ago
  14. 17d25ae tools/bootconfig: Fix wrong __VA_ARGS__ usage by Masami Hiramatsu · 5 years ago
  15. a005740 bootconfig: Show the number of nodes on boot message by Masami Hiramatsu · 5 years ago
  16. 0f0d0a7 tools/bootconfig: Show the number of bootconfig nodes by Masami Hiramatsu · 5 years ago
  17. 597c0e3 bootconfig: Add more parse error messages by Masami Hiramatsu · 5 years ago
  18. e241d14 bootconfig: Use bootconfig instead of boot config by Masami Hiramatsu · 5 years ago
  19. 54a16ff ftrace: Protect ftrace_graph_hash with ftrace_sync by Steven Rostedt (VMware) · 5 years ago
  20. 16052dd ftrace: Add comment to why rcu_dereference_sched() is open coded by Steven Rostedt (VMware) · 5 years ago
  21. fd0e685 tracing: Annotate ftrace_graph_notrace_hash pointer with __rcu by Amol Grover · 5 years ago
  22. 24a9729 tracing: Annotate ftrace_graph_hash pointer with __rcu by Amol Grover · 5 years ago
  23. 7495e09 bootconfig: Only load bootconfig if "bootconfig" is on the kernel cmdline by Steven Rostedt (VMware) · 5 years ago
  24. 2b90927 tracing: Use seq_buf for building dynevent_cmd string by Tom Zanussi · 5 years ago
  25. e9260f6 tracing: Remove useless code in dynevent_arg_pair_add() by Tom Zanussi · 5 years ago
  26. 74403b6 tracing: Remove check_arg() callbacks from dynevent args by Tom Zanussi · 5 years ago
  27. 249d7b2 tracing: Consolidate some synth_event_trace code by Tom Zanussi · 5 years ago
  28. d380dcd tracing: Fix now invalid var_ref_vals assumption in trace action by Tom Zanussi · 5 years ago
  29. fdeb1ac tracing: Change trace_boot to use synth_event interface by Tom Zanussi · 5 years ago
  30. 1e83794 tracing: Move tracing selftests to bottom of menu by Steven Rostedt (VMware) · 5 years ago
  31. 21b3ce3 tracing: Move mmio tracer config up with the other tracers by Steven Rostedt (VMware) · 5 years ago
  32. a48fc4f tracing: Move tracing test module configs together by Steven Rostedt (VMware) · 5 years ago
  33. 61778cd7 tracing: Move all function tracing configs together by Steven Rostedt (VMware) · 5 years ago
  34. 34ed635 tracing: Documentation for in-kernel synthetic event API by Tom Zanussi · 5 years ago
  35. 6483624 tracing: Add kprobe event command generation test module by Tom Zanussi · 5 years ago
  36. 29a1548 tracing: Change trace_boot to use kprobe_event interface by Tom Zanussi · 5 years ago
  37. 2a588dd tracing: Add kprobe event command generation functions by Tom Zanussi · 5 years ago
  38. 9fe41ef tracing: Add synth event generation test module by Tom Zanussi · 5 years ago
  39. 8dcc53a tracing: Add synth_event_trace() and related functions by Tom Zanussi · 5 years ago
  40. 35ca520 tracing: Add synthetic event command generation functions by Tom Zanussi · 5 years ago
  41. 86c5426 tracing: Add dynamic event command creation interface by Tom Zanussi · 5 years ago
  42. f5f6b25 tracing: Add synth_event_delete() by Tom Zanussi · 5 years ago
  43. e3e2a2c tracing: Add trace_get/put_event_file() by Tom Zanussi · 5 years ago
  44. 89c95fc tracing: Add trace_array_find/_get() to find instance trace arrays by Tom Zanussi · 5 years ago
  45. 6722b23 trigger_next should increase position index by Vasily Averin · 5 years ago
  46. 039958a tracing: eval_map_next() should always increase position index by Vasily Averin · 5 years ago
  47. e4075e8 ftrace: fpid_next() should increase position index by Vasily Averin · 5 years ago
  48. 64ae572 tracing: Fix sched switch start/stop refcount racy updates by Mathieu Desnoyers · 5 years ago
  49. 5c3469c tracing/boot: Move external function declarations to kernel/trace/trace.h by Masami Hiramatsu · 5 years ago
  50. 76a598e tracing/boot: Include required headers and sort it alphabetically by Masami Hiramatsu · 5 years ago
  51. 34f71a4a tracing: Add new testcases for hist trigger parsing errors by Tom Zanussi · 6 years ago
  52. d0a4970 tracing: Add 'hist:' to hist trigger error log error string by Tom Zanussi · 6 years ago
  53. 4de26c8 tracing: Add hist trigger error messages for sort specification by Tom Zanussi · 6 years ago
  54. b527b63 tracing: Simplify assignment parsing for hist triggers by Tom Zanussi · 6 years ago
  55. d0ce47c docs: tracing: Fix a broken label by Mauro Carvalho Chehab · 6 years ago
  56. 24589e3 tracing: Use pr_err() instead of WARN() for memory failures by Steven Rostedt (VMware) · 5 years ago
  57. 28394da tracing: Decrement trace_array when bootconfig creates an instance by Steven Rostedt (VMware) · 5 years ago
  58. eba12ab tracing: Fix comments about trace/ftrace.h by Hou Pengyang · 10 years ago
  59. b3f7a6c tracing: Remove unneeded NULL check by Dan Carpenter · 10 years ago
  60. cbc3b92 tracing: Set kernel_stack's caller size properly by Josef Bacik · 10 years ago
  61. afccc00 tracing: Fix tracing_stat return values in error handling paths by Luis Henriques · 10 years ago
  62. dfb6cd1 tracing: Fix very unlikely race of registering two stat tracers by Steven Rostedt (VMware) · 5 years ago
  63. 659ded3 trace/kprobe: Remove unused MAX_KPROBE_CMDLINE_SIZE by Alex Shi · 5 years ago
  64. 34423f2 tracing: Fix uninitialized buffer var on early exit to trace_vbprintk() by Steven Rostedt (VMware) · 5 years ago
  65. 532f49a tracing/boot: Fix an IS_ERR() vs NULL bug by Dan Carpenter · 5 years ago
  66. 1415972 tracing: Remove unused TRACE_SEQ_BUF_USED by Alex Shi · 5 years ago
  67. b834794 ring-buffer: Remove abandoned macro RB_MISSED_FLAGS by Alex Shi · 5 years ago
  68. bcc717e tools: bootconfig: Fix spelling mistake "faile" -> "failed" by Colin Ian King · 5 years ago
  69. b8381ce Documentation: tracing: Fix typos in boot-time tracing documentation by Masami Hiramatsu · 5 years ago
  70. a4798eb Documentation: bootconfig: Fix typos in bootconfig documentation by Masami Hiramatsu · 5 years ago
  71. 0947db0 bootconfig: Fix Kconfig help message for BOOT_CONFIG by Masami Hiramatsu · 5 years ago
  72. aff4866 ftrace: Remove NR_TO_INIT macro by Alex Shi · 5 years ago
  73. 9a09cd7 ftrace: Remove abandoned macros by Alex Shi · 5 years ago
  74. 82d1b81 tracing: Allow trace_printk() to nest in other tracing code by Steven Rostedt (VMware) · 5 years ago
  75. cfc585a ring-buffer: Fix kernel doc for rb_update_event() by Steven Rostedt (VMware) · 5 years ago
  76. 59e7cff ring-bufer: kernel-doc warning fixes by Fabian Frederick · 11 years ago
  77. 3b42a4c tracing: trigger: Replace unneeded RCU-list traversals by Masami Hiramatsu · 5 years ago
  78. 4778194 Documentation: tracing: Add boot-time tracing document by Masami Hiramatsu · 5 years ago
  79. fe1efe9 tracing/boot: Add function tracer filter options by Masami Hiramatsu · 5 years ago
  80. 9d15dbb tracing/boot: Add cpu_mask option support by Masami Hiramatsu · 5 years ago
  81. 4f712a4 tracing/boot: Add instance node support by Masami Hiramatsu · 5 years ago
  82. 3fbe2d6 tracing/boot: Add synthetic event support by Masami Hiramatsu · 5 years ago
  83. 4d65528 tracing/boot Add kprobe event support by Masami Hiramatsu · 5 years ago
  84. 81a5955 tracing/boot: Add per-event settings by Masami Hiramatsu · 5 years ago
  85. 9c5b9d3 tracing/boot: Add boot-time tracing by Masami Hiramatsu · 5 years ago
  86. 48ac948 tracing: Add NULL trace-array check in print_synth_event() by Masami Hiramatsu · 5 years ago
  87. b05e89a tracing: Accept different type for synthetic event fields by Masami Hiramatsu · 5 years ago
  88. d8d4c6d tracing: kprobes: Register to dynevent earlier stage by Masami Hiramatsu · 5 years ago
  89. 8cfcf15 tracing: kprobes: Output kprobe event to printk buffer by Masami Hiramatsu · 5 years ago
  90. d8d0c24 tracing: Apply soft-disabled and filter to tracepoints printk by Masami Hiramatsu · 5 years ago
  91. 7b9b816 Documentation: bootconfig: Add a doc for extended boot config by Masami Hiramatsu · 5 years ago
  92. 131991620 bootconfig: init: Allow admin to use bootconfig for init command line by Masami Hiramatsu · 5 years ago
  93. 51887d0 bootconfig: init: Allow admin to use bootconfig for kernel command line by Masami Hiramatsu · 5 years ago
  94. 0068c92 init/main.c: Alloc initcall_command_line in do_initcall() and free it by Masami Hiramatsu · 5 years ago
  95. c1a3c36 proc: bootconfig: Add /proc/bootconfig to show boot config list by Masami Hiramatsu · 5 years ago
  96. 081c653 tools: bootconfig: Add bootconfig test script by Masami Hiramatsu · 5 years ago
  97. 950313e tools: bootconfig: Add bootconfig command by Masami Hiramatsu · 5 years ago
  98. 7684b85 bootconfig: Load boot config from the tail of initrd by Masami Hiramatsu · 5 years ago
  99. 76db5a2 bootconfig: Add Extra Boot Config support by Masami Hiramatsu · 5 years ago
  100. 1329249 tracing: Make struct ring_buffer less ambiguous by Steven Rostedt (VMware) · 5 years ago