1. bcd83ea tracing: Replace strict_strto* with kstrto* by Daniel Walter · 12 years ago
  2. 92d8d4a tracing/filter: Add missing initialization by Jiri Olsa · 12 years ago
  3. 5500fa5 ftrace, perf: Add filter support for function trace event by Jiri Olsa · 12 years ago
  4. 02aa316 ftrace: Allow to specify filter field type for ftrace events by Jiri Olsa · 12 years ago
  5. 47b0edc tracing/trivial: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 13 years ago
  6. 38b78eb tracing: Factorize filter creation by Tejun Heo · 13 years ago
  7. d6c1c49 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  8. 27b14b5 tracing: Restore system filter behavior by Li Zefan · 13 years ago
  9. d3d9acf trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call->filter by Tejun Heo · 13 years ago
  10. 49aa295 tracing: Add boiler plate for subsystem filter by Steven Rostedt · 13 years ago
  11. ed0449a tracing: Restore system filter behavior by Li Zefan · 13 years ago
  12. 86b6ef2 tracing: Add preempt disable for filter self test by Steven Rostedt · 13 years ago
  13. 1d0e78e tracing/filter: Add startup tests for events filter by Jiri Olsa · 13 years ago
  14. f30120f tracing/filter: Change filter_match_preds function to use walk_pred_tree by Jiri Olsa · 13 years ago
  15. 96bc293 tracing/filter: Change fold_pred function to use walk_pred_tree by Jiri Olsa · 13 years ago
  16. 1b797fe tracing/filter: Change fold_pred_tree function to use walk_pred_tree by Jiri Olsa · 13 years ago
  17. c00b060 tracing/filter: Change count_leafs function to use walk_pred_tree by Jiri Olsa · 13 years ago
  18. f03f597 tracing/filter: Unify predicate tree walking, change check_pred_tree function to use it by Jiri Olsa · 13 years ago
  19. 3f78f93 tracing/filter: Simplify tracepoint event lookup by Jiri Olsa · 13 years ago
  20. 61aaef55 tracing/filter: Remove field_name from filter_pred struct by Jiri Olsa · 13 years ago
  21. 9d96cd1 tracing/filter: Separate predicate init and filter addition by Jiri Olsa · 13 years ago
  22. 81570d9 tracing/filter: Use static allocation for filter predicates by Jiri Olsa · 13 years ago
  23. e9dbfae tracing: Fix bug when reading system filters on module removal by Steven Rostedt · 13 years ago
  24. 1ef1d1c trace, filters: Initialize the match variable in process_ops() properly by Ingo Molnar · 13 years ago
  25. 4defe68 tracing/filter: Remove synchronize_sched() from __alloc_preds() by Steven Rostedt · 13 years ago
  26. 75b8e98 tracing/filter: Swap entire filter of events by Steven Rostedt · 13 years ago
  27. 43cd414 tracing/filter: Optimize filter by folding the tree by Steven Rostedt · 13 years ago
  28. ec126ca tracing/filter: Check the created pred tree by Steven Rostedt · 13 years ago
  29. 5571927 tracing/filter: Optimize short ciruit check by Steven Rostedt · 13 years ago
  30. 61e9dea tracing/filter: Use a tree instead of stack for filter_match_preds() by Steven Rostedt · 13 years ago
  31. f76690a tracing/filter: Free pred array on disabling of filter by Steven Rostedt · 13 years ago
  32. 74e9e58 tracing/filter: Allocate the preds in an array by Steven Rostedt · 13 years ago
  33. 0fc3ca9 tracing/filter: Call synchronize_sched() just once for system filters by Steven Rostedt · 13 years ago
  34. c9c53ca tracing/filter: Dynamically allocate preds by Steven Rostedt · 13 years ago
  35. 58d9a59 tracing/filter: Move OR and AND logic out of fn() method by Steven Rostedt · 13 years ago
  36. 6d54057 tracing/filter: Have no filter return a match by Steven Rostedt · 13 years ago
  37. c9d932c tracing: Remove test of NULL define_fields callback by Li Zefan · 14 years ago
  38. 8728fe5 tracing: Don't allocate common fields for every trace events by Li Zefan · 14 years ago
  39. f0218b3 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-6 by Steven Rostedt · 14 years ago
  40. 553552c tracing: Combine event filter_active and enable into single flags field by Steven Rostedt · 14 years ago
  41. 32c0eda tracing: Remove duplicate id information in event structure by Steven Rostedt · 14 years ago
  42. 2e33af0 tracing: Move fields from event to class structure by Steven Rostedt · 14 years ago
  43. 8f08201 tracing: Create class struct for events by Steven Rostedt · 14 years ago
  44. d9f599e perf: Fix check at end of event search by Dan Carpenter · 14 years ago
  45. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  46. ae7f671 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  47. d1303dd tracing/filters: Add comment for match callbacks by Li Zefan · 14 years ago
  48. 16da27a tracing/filters: Fix MATCH_FULL filter matching for PTR_STRING by Li Zefan · 14 years ago
  49. b2af211 tracing/filters: Fix MATCH_MIDDLE_ONLY filter matching by Li Zefan · 14 years ago
  50. a3291c14 tracing/filters: Fix MATCH_END_ONLY filter matching by Li Zefan · 14 years ago
  51. 285caad tracing/filters: Fix MATCH_FRONT_ONLY filter matching by Li Zefan · 14 years ago
  52. 07b139c perf events: Remove CONFIG_EVENT_PROFILE by Li Zefan · 15 years ago
  53. 3ed6777 tracing/filters: Fix to make system filter work by Li Zefan · 15 years ago
  54. a66abe7 tracing/events: Fix locking imbalance in the filter code by Ingo Molnar · 15 years ago
  55. 6fb2915 tracing/profile: Add filter support by Li Zefan · 15 years ago
  56. b0f1a59 tracing/filters: Use a different op for glob match by Li Zefan · 15 years ago
  57. fce29d1 tracing/filters: Refactor subsystem filter code by Li Zefan · 15 years ago
  58. 2c96c14 Merge branch 'tracing/urgent' into tracing/core by Ingo Molnar · 15 years ago
  59. 8ad8073 tracing/filters: Fix memory leak when setting a filter by Li Zefan · 15 years ago
  60. 3f6fe06 tracing/filters: Unify the regex parsing helpers by Frederic Weisbecker · 15 years ago
  61. 1889d20 tracing/filters: Provide basic regex support by Frederic Weisbecker · 15 years ago
  62. 737f453 tracing/filters: Cleanup useless headers by Frederic Weisbecker · 15 years ago
  63. 197e2ea tracing: move PRED macros to trace_events_filter.c by Li Zefan · 15 years ago
  64. c58b432 tracing/filters: Defer pred allocation, fix memory leak by Li Zefan · 15 years ago
  65. 8e254c1 tracing/filters: Defer pred allocation by Li Zefan · 15 years ago
  66. 87a342f tracing/filters: Support filtering for char * strings by Li Zefan · 15 years ago
  67. 43b51ea tracing/filters: Add __field_ext() to TRACE_EVENT by Li Zefan · 15 years ago
  68. aa38e9f tracing/filters: Add filter_type to struct ftrace_event_field by Li Zefan · 15 years ago
  69. fb82ad7 tracing/filters: Don't use pred on alloc failure by Tom Zanussi · 15 years ago
  70. 1f9963c tracing/filters: improve subsystem filter by Li Zefan · 15 years ago
  71. 7d536cb tracing/events: record the size of dynamic arrays by Li Zefan · 15 years ago
  72. c5cb183 tracing/filter: Remove preds from struct event_subsystem by Xiao Guangrong · 15 years ago
  73. 00e9583 tracing/filters: fix race between filter setting and module unload by Li Zefan · 15 years ago
  74. 57be888 tracing/filters: free filter_string in destroy_preds() by Li Zefan · 15 years ago
  75. 0ac2058 tracing/filters: strloc should be unsigned short by Li Zefan · 15 years ago
  76. 5e4904c tracing/filters: operand can be negative by Li Zefan · 15 years ago
  77. 7fcb7c4 tracing/events: introduce __dynamic_array() by Li Zefan · 15 years ago
  78. 5872144 tracing/filters: fix off-by-one bug by Li Zefan · 15 years ago
  79. 8cd995b tracing/filters: add missing unlock in a failure path by Li Zefan · 15 years ago
  80. d94fc52 tracing/events: fix concurrent access to ftrace_events list, fix by Li Zefan · 15 years ago
  81. 5928c3c tracing/filters: support for operator reserved characters in strings by Frederic Weisbecker · 15 years ago
  82. e8808c1 tracing/filters: support for filters of dynamic sized arrays by Frederic Weisbecker · 15 years ago
  83. 20c8928 tracing/events: fix concurrent access to ftrace_events list by Li Zefan · 15 years ago
  84. 2df75e4 tracing/events: fix memory leak when unloading module by Li Zefan · 15 years ago
  85. 8b37256 tracing/filters: a better event parser by Tom Zanussi · 15 years ago
  86. 30e673b tracing/filters: move preds into event_filter object by Tom Zanussi · 15 years ago
  87. f66578a tracing/filters: allow user-input to be integer-like string by Li Zefan · 15 years ago
  88. ac1adc5 tracing/filters: add filter_mutex to protect filter predicates by Tom Zanussi · 15 years ago
  89. 17c873e tracing/events: add export symbols for trace events in modules by Steven Rostedt · 15 years ago
  90. a59fd60 tracing/events: convert event call sites to use a link list by Steven Rostedt · 15 years ago
  91. 0a19e53 tracing/filters: allow on-the-fly filter switching by Tom Zanussi · 15 years ago
  92. b5c851a Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  93. e1112b4 tracing/filters: add run-time field descriptions to TRACE_EVENT_FORMAT events by Tom Zanussi · 15 years ago
  94. 44e9c8b tracing/filters: return proper error code when writing filter file by Li Zefan · 15 years ago
  95. a3e0ab0 tracing/filters: allow user input integer to be oct or hex by Li Zefan · 15 years ago
  96. bcabd91 tracing/filters: fix NULL pointer dereference by Li Zefan · 15 years ago
  97. 9f58a15 tracing/filters: disallow integer values for string filters and vice versa by Tom Zanussi · 15 years ago
  98. 4bda2d5 tracing/filters: use trace_seq_printf() to print filters by Tom Zanussi · 15 years ago
  99. 1fc2d5c tracing/filters: use list_for_each_entry by Tom Zanussi · 15 years ago
  100. c4cff06 tracing/filters: clean up filter_add_subsystem_pred() by Tom Zanussi · 15 years ago