1. 097f1ee tracing: Propagate is_signed to expression by Tom Zanussi · 3 years ago
  2. b59f2f2 tracing: Fix smatch warning for do while check in event_hist_trigger_parse() by Tom Zanussi · 3 years ago
  3. 798a5b6 tracing: Fix smatch warning for null glob in event_hist_trigger_parse() by Tom Zanussi · 3 years ago
  4. e629e7b tracing/histogram: Fix a potential memory leak for kstrdup() by Xiaoke Wang · 3 years ago
  5. 2378a2d tracing: Remove ops param from event_command reg()/unreg() callbacks by Tom Zanussi · 3 years ago
  6. fb339e5 tracing: Change event_trigger_ops func() to trigger() by Tom Zanussi · 3 years ago
  7. 9ec5a7d tracing: Change event_command func() to parse() by Tom Zanussi · 3 years ago
  8. 05770dd tracing: Support __rel_loc relative dynamic data location attribute by Masami Hiramatsu · 3 years, 2 months ago
  9. 450fec1 tracing/histograms: String compares should not care about signed values by Steven Rostedt (VMware) · 3 years, 2 months ago
  10. f86b0aa tracing/histogram: Fix UAF in destroy_hist_field() by Kalesh Singh · 3 years, 2 months ago
  11. 8ab7745 Merge tag 'trace-v5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 2 months ago
  12. 938aa33 tracing: Add length protection to histogram string copies by Steven Rostedt (VMware) · 3 years, 2 months ago
  13. 7c3737c Merge tag 'trace-v5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 2 months ago
  14. 1cab6bc tracing/histogram: Fix check for missing operands in an expression by Kalesh Singh · 3 years, 2 months ago
  15. 63f84ae tracing/histogram: Do not copy the fixed-size char array field over the field size by Masami Hiramatsu · 3 years, 2 months ago
  16. e1fd0b2 Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 2 months ago
  17. 79ef0c0 Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 2 months ago
  18. 8b5d46f tracing/histogram: Optimize division by constants by Kalesh Singh · 3 years, 3 months ago
  19. feea69e tracing/histogram: Fix semicolon.cocci warnings by kernel test robot · 3 years, 3 months ago
  20. 722edda tracing/histogram: Optimize division by a power of 2 by Kalesh Singh · 3 years, 3 months ago
  21. f47716b tracing/histogram: Covert expr to const if both operands are constants by Kalesh Singh · 3 years, 3 months ago
  22. c5eac6e tracing/histogram: Simplify handling of .sym-offset in expressions by Kalesh Singh · 3 years, 3 months ago
  23. 9710b2f tracing: Fix operator precedence for hist triggers expression by Kalesh Singh · 3 years, 3 months ago
  24. bcef044 tracing: Add division and multiplication support for hist triggers by Kalesh Singh · 3 years, 3 months ago
  25. 52cfb37 tracing: Add support for creating hist trigger variables from literal by Kalesh Singh · 3 years, 3 months ago
  26. 8720aee tracing: use %ps format string to print symbols by Arnd Bergmann · 3 years, 3 months ago
  27. b26503b tracing: Fix missing * in comment block by Colin Ian King · 3 years, 3 months ago
  28. c910db9 tracing: Dynamically allocate the per-elt hist_elt_data array by Tom Zanussi · 3 years, 4 months ago
  29. ed2cf90 tracing: Allow execnames to be passed as args for synthetic events by Steven Rostedt (VMware) · 3 years, 6 months ago
  30. 3347d80 tracing: Have histogram types be constant when possible by Steven Rostedt (VMware) · 3 years, 6 months ago
  31. de9a48a tracing: Add linear buckets to histogram logic by Steven Rostedt (VMware) · 3 years, 6 months ago
  32. 5acce0b tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event name by Steven Rostedt (VMware) · 3 years, 5 months ago
  33. a9d10ca tracing: Reject string operand in the histogram expression by Masami Hiramatsu · 3 years, 6 months ago
  34. 2c05caa tracing / histogram: Give calculation hist_fields a size by Steven Rostedt (VMware) · 3 years, 6 months ago
  35. 1e3bac7 tracing/histogram: Rename "cpu" to "common_cpu" by Steven Rostedt (VMware) · 3 years, 6 months ago
  36. 704adfb tracing: Do not reference char * as a string in histograms by Steven Rostedt (VMware) · 3 years, 6 months ago
  37. 26c5637 tracing/histograms: Fix parsing of "sym-offset" modifier by Steven Rostedt (VMware) · 3 years, 6 months ago
  38. 6c610db tracing: Add WARN_ON_ONCE when returned value is negative by Hyeonggon Yoo · 3 years, 8 months ago
  39. 614db49 tracing: Remove redundant assignment to event_var by Jiapeng Chong · 3 years, 8 months ago
  40. b94bc80 tracing: Use a no_filter_buffering_ref to stop using the filter buffer by Steven Rostedt (VMware) · 3 years, 10 months ago
  41. efe6196 ring-buffer: Allow ring_buffer_event_time_stamp() to return time stamp of all events by Steven Rostedt (VMware) · 3 years, 10 months ago
  42. b47e330 tracing: Pass buffer of event to trigger operations by Steven Rostedt (VMware) · 3 years, 10 months ago
  43. 2b5894c tracing: Fix some typos in comments by Qiujun Huang · 4 years, 3 months ago
  44. 6d9bd13 tracing: Check return value of __create_val_fields() before using its result by Steven Rostedt (VMware) · 4 years, 3 months ago
  45. bd82631 tracing: Add support for dynamic strings to synthetic events by Tom Zanussi · 4 years, 3 months ago
  46. 63a1e5d tracing: Save normal string variables by Tom Zanussi · 4 years, 3 months ago
  47. 4a4a56b tracing: Change STR_VAR_MAX_LEN by Tom Zanussi · 4 years, 3 months ago
  48. 46bbe5c tracing: fix double free by Tom Rix · 4 years, 4 months ago
  49. 726721a tracing: Move synthetic events to a separate file by Tom Zanussi · 4 years, 8 months ago
  50. 2d19bd7 tracing: Add hist_debug trace event files for histogram debugging by Tom Zanussi · 4 years, 10 months ago
  51. 1b94b3a tracing: Check state.disabled in synth event trace functions by Tom Zanussi · 4 years, 10 months ago
  52. 9da7397 tracing: Fix memory leaks in trace_events_hist.c by Vamshi K Sthambamkadi · 4 years, 9 months ago
  53. 91ad64a Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 11 months ago
  54. 7ab215f tracing: Clear trace_state when starting trace by Masami Hiramatsu · 5 years ago
  55. 784bd08 tracing: Fix number printing bug in print_synth_event() by Tom Zanussi · 5 years ago
  56. 3843083 tracing: Check that number of vals matches number of synth event fields by Tom Zanussi · 5 years ago
  57. 1d9d4c9 tracing: Make synth_event trace functions endian-correct by Tom Zanussi · 5 years ago
  58. 61a7595 Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  59. 7276531 tracing: Consolidate trace() functions by Tom Zanussi · 5 years ago
  60. 0c62f6c tracing: Don't return -EINVAL when tracing soft disabled synth events by Tom Zanussi · 5 years ago
  61. d090409 tracing: Add missing nest end to synth_event_trace_start() error case by Tom Zanussi · 5 years ago
  62. e310396 Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  63. 2b90927 tracing: Use seq_buf for building dynevent_cmd string by Tom Zanussi · 5 years ago
  64. 74403b6 tracing: Remove check_arg() callbacks from dynevent args by Tom Zanussi · 5 years ago
  65. 249d7b2 tracing: Consolidate some synth_event_trace code by Tom Zanussi · 5 years ago
  66. d380dcd tracing: Fix now invalid var_ref_vals assumption in trace action by Tom Zanussi · 5 years ago
  67. fdeb1ac tracing: Change trace_boot to use synth_event interface by Tom Zanussi · 5 years ago
  68. 8dcc53a tracing: Add synth_event_trace() and related functions by Tom Zanussi · 5 years ago
  69. 35ca520 tracing: Add synthetic event command generation functions by Tom Zanussi · 5 years ago
  70. f5f6b25 tracing: Add synth_event_delete() by Tom Zanussi · 5 years ago
  71. d0a4970 tracing: Add 'hist:' to hist trigger error log error string by Tom Zanussi · 6 years ago
  72. 4de26c8 tracing: Add hist trigger error messages for sort specification by Tom Zanussi · 6 years ago
  73. b527b63 tracing: Simplify assignment parsing for hist triggers by Tom Zanussi · 6 years ago
  74. c0e809e Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  75. 8bcebc7 tracing: Fix histogram code when expression has same var as value by Steven Rostedt (VMware) · 5 years ago
  76. aeed8aa tracing: trigger: Replace unneeded RCU-list traversals by Masami Hiramatsu · 5 years ago
  77. 3b42a4c tracing: trigger: Replace unneeded RCU-list traversals by Masami Hiramatsu · 5 years ago
  78. 3fbe2d6 tracing/boot: Add synthetic event support by Masami Hiramatsu · 5 years ago
  79. 48ac948 tracing: Add NULL trace-array check in print_synth_event() by Masami Hiramatsu · 5 years ago
  80. b05e89a tracing: Accept different type for synthetic event fields by Masami Hiramatsu · 5 years ago
  81. 1329249 tracing: Make struct ring_buffer less ambiguous by Steven Rostedt (VMware) · 5 years ago
  82. 1c5eb44 tracing: Rename trace_buffer to array_buffer by Steven Rostedt (VMware) · 5 years ago
  83. 46f5cfc Merge branch 'core/kprobes' into perf/core, to pick up a completed branch by Ingo Molnar · 5 years ago
  84. fe6e096 tracing: Fix endianness bug in histogram trigger by Sven Schnelle · 5 years ago
  85. 2040cf9 Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflicts by Ingo Molnar · 5 years ago
  86. 04ae87a ftrace: Rework event_create_dir() by Peter Zijlstra · 5 years ago
  87. 58a74a2 tracing: Increase SYNTH_FIELDS_MAX for synthetic_events by Artem Bityutskiy · 5 years ago
  88. 9fa8c9c tracing: Fix "gfp_t" format for synthetic events by Zhengjun Xing · 5 years ago
  89. 17911ff tracing: Add locked_down checks to the open calls of files created for tracefs by Steven Rostedt (VMware) · 5 years ago
  90. 8530dec tracing: Add tracing_check_open_get_tr() by Steven Rostedt (VMware) · 5 years ago
  91. 17f8607 tracing: Make sure variable reference alias has correct var_ref_idx by Tom Zanussi · 5 years ago
  92. ac68154 tracing: Add "gfp_t" support in synthetic_events by Zhengjun Xing · 6 years ago
  93. 3019913 tracing/dynevent: Pass extra arguments to match operation by Masami Hiramatsu · 6 years ago
  94. 9b2ca37 tracing: Add a check_val() check before updating cond_snapshot() track_val by Tom Zanussi · 6 years ago
  95. c8d94a1 tracing: Check keys for variable references in expressions too by Tom Zanussi · 6 years ago
  96. 55267c8 tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_elts by Tom Zanussi · 6 years ago
  97. d2d8b14 Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  98. e7d9166 tracing: Simplify stacktrace retrieval in histograms by Thomas Gleixner · 6 years ago
  99. 4285f2f tracing: Remove the ULONG_MAX stack trace hackery by Thomas Gleixner · 6 years ago
  100. 2f754e7 tracing: Have the error logs show up in the proper instances by Steven Rostedt (VMware) · 6 years ago