1. 3f26b0c Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  2. 9c72fd0 tools lib traceevent: It's preempt not prempt by Steven Rostedt (VMware) · 8 years ago
  3. 0fe0559 lib, traceevent: add PRINT_HEX_STR variant by Daniel Borkmann · 9 years ago
  4. c52d9e4 tools lib traceevent: Add retrieval of preempt count and latency flags by Steven Rostedt · 9 years ago
  5. bb5a731 tools lib traceevent: Use USECS_PER_SEC instead of hardcoded number by Steven Rostedt · 9 years ago
  6. a674533 tools lib traceevent: Split pevent_print_event() into specific functionality functions by Steven Rostedt · 9 years ago
  7. be45d40 tools lib traceevent: Factor out and export print_event_field[s]() by Namhyung Kim · 10 years ago
  8. 7605594 tools lib traceevent: Support function __get_dynamic_array_len by He Kuang · 10 years ago
  9. 33a2471 tools lib traceevent: Allow setting an alternative symbol resolver by Arnaldo Carvalho de Melo · 10 years ago
  10. d354243 tools lib traceevent: Add alias field to struct format_field by Jiri Olsa · 10 years ago
  11. b839e1e8 tools lib traceevent: Add support for __print_array() by Javi Merino · 10 years ago
  12. 5dbcfd9 tools lib traceevent: Make plugin options either string or boolean by Steven Rostedt · 10 years ago
  13. 2771984 tools lib traceevent: Add pevent_data_pid_from_comm() by Steven Rostedt (Red Hat) · 10 years ago
  14. 99ad141 tools lib traceevent: Copy trace_clock and free it by Steven Rostedt (Red Hat) · 10 years ago
  15. 00ae112 tools lib traceevent: Add destructor for format_field by David Ahern · 10 years ago
  16. 402bb4e tools lib traceevent: Introduce trace_seq_do_fprintf function by Arnaldo Carvalho de Melo · 11 years ago
  17. 473a778 tools lib traceevent: Added support for __get_bitmask() macro by Steven Rostedt (Red Hat) · 11 years ago
  18. 5827f2f tools lib traceevent: Add options to plugins by Steven Rostedt · 11 years ago
  19. a7c3196 tools lib traceevent: Add flag to not load event plugins by Steven Rostedt (Red Hat) · 11 years ago
  20. 4508793 tools lib traceevent: Fix backward compatibility macros for pevent filter enums by Steven Rostedt · 11 years ago
  21. 20c7e5a tools lib traceevent: Add pevent_unregister_print_function() by Namhyung Kim · 12 years ago
  22. ad13701 tools lib traceevent: Add pevent_unregister_event_handler() by Namhyung Kim · 12 years ago
  23. 8d0c222 tools lib traceevent: Make plugin unload function receive pevent by Namhyung Kim · 12 years ago
  24. 3c6d8d8 tools lib traceevent: Add state member to struct trace_seq by Namhyung Kim · 12 years ago
  25. bf19b82 tools lib traceevent: Introduce pevent_filter_strerror() by Namhyung Kim · 12 years ago
  26. 41e12e5 tools lib traceevent: Refactor pevent_filter_match() to get rid of die() by Namhyung Kim · 12 years ago
  27. 69c770a tools lib traceevent: Make pevent_filter_add_filter_str() return pevent_errno by Namhyung Kim · 12 years ago
  28. 42d6194 tools lib traceevent: Refactor process_filter() by Namhyung Kim · 12 years ago
  29. c8ea690 tools lib traceevent: Refactor create_arg_item() by Namhyung Kim · 12 years ago
  30. 7bb7355 tools lib traceevent: Get rid of die() in reparent_op_arg() by Namhyung Kim · 12 years ago
  31. 02d62d6 tools lib traceevent: Get rid of die() in add_right() by Namhyung Kim · 12 years ago
  32. 605b8fd tools lib traceevent: Get rid of malloc_or_die() in find_event() by Namhyung Kim · 12 years ago
  33. 7ef2e81 tools lib traceevent: Get rid of die() in pevent_filter_clear_trivial() by Namhyung Kim · 12 years ago
  34. 71ad958 tools lib traceevent: Change pevent_parse_format to include pevent handle by Jiri Olsa · 12 years ago
  35. 91a058a tools lib traceevent: Add traceevent_host_bigendian function by Jiri Olsa · 12 years ago
  36. c877bbd tools lib traceevent: Add plugin support by Jiri Olsa · 12 years ago
  37. 6d862b8 tools lib traceevent: Add pevent_print_func_field() helper function by Steven Rostedt · 12 years ago
  38. c6c2b96 tools lib traceevent: Add flags NOHANDLE and PRINTRAW to individual events by Steven Rostedt · 12 years ago
  39. 18900af tools lib traceevent: Update printk formats when entered by Steven Rostedt (Red Hat) · 12 years ago
  40. 1b372ca tools lib traceevent: Add support for extracting trace_clock in report by Yoshihiro YUNOMAE · 12 years ago
  41. 012ac69 tools lib traceevent: Add page_size field to pevent by Namhyung Kim · 12 years ago
  42. 6a48aec tools lib traceevent: Add trace_seq_reset() by Namhyung Kim · 12 years ago
  43. 79d5adf tools lib traceevent: Add const qualifier to string arguments by Namhyung Kim · 12 years ago
  44. 7b9f6b4 tools lib traceevent: Update FSF postal address to be URL's. by Jon Stanley · 13 years ago
  45. 2b29175 tools lib traceevent: Carve out events format parsing routine by Arnaldo Carvalho de Melo · 13 years ago
  46. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 13 years ago
  47. 67ed939 tools lib traceevent: Get rid of die() from pevent_register_print_function by Namhyung Kim · 13 years ago
  48. ff1a70e tools lib traceevent: Modify header to work in C++ programs by Steven Rostedt · 13 years ago
  49. 2f197b9 tools lib traceevent: Introduce pevent_strerror by Namhyung Kim · 13 years ago
  50. bffddff tools lib traceevent: Introduce pevent_errno by Namhyung Kim · 13 years ago
  51. e080e6f tools lib traceevent: Add support for __print_hex() by Namhyung Kim · 13 years ago
  52. 1c69818 parse-events: Rename struct record to struct pevent_record by Steven Rostedt · 13 years ago
  53. 4dc1024 perf/events: Add flag to produce nsec output by Steven Rostedt · 13 years ago
  54. 668fe01 events: Update tools/lib/traceevent to work with perf by Steven Rostedt · 13 years ago
  55. f7d8235 tools/events: Add files to create libtraceevent.a by Steven Rostedt · 13 years ago