1. 12e5556 tools lib traceevent: Use helper trace-seq in print functions like kernel does by Steven Rostedt · 11 years ago
  2. 6b5fa0b tools lib traceevent: Fix conversion of pointer to integer of different size by Arnaldo Carvalho de Melo · 11 years ago
  3. eff2c92 tools lib traceevent: Fix use of multiple options in processing field by Steven Rostedt · 11 years ago
  4. 0497a9e tools lib traceevent: Add direct access to dynamic arrays by Steven Rostedt · 11 years ago
  5. 6d862b8 tools lib traceevent: Add pevent_print_func_field() helper function by Steven Rostedt · 11 years ago
  6. c6c2b96 tools lib traceevent: Add flags NOHANDLE and PRINTRAW to individual events by Steven Rostedt · 11 years ago
  7. 5efb9fb tools lib traceevent: Check for spaces in character array by Steven Rostedt (Red Hat) · 11 years ago
  8. 0883d9d tools lib traceevent: Have bprintk output the same as the kernel does by Steven Rostedt (Red Hat) · 11 years ago
  9. b30f75e tools lib traceevent: Handle __print_hex(__get_dynamic_array(fieldname), len) by Howard Cochran · 11 years ago
  10. 0970b5f tools lib traceevent: If %s is a pointer, check printk formats by Steven Rostedt (Red Hat) · 11 years ago
  11. 18900af tools lib traceevent: Update printk formats when entered by Steven Rostedt (Red Hat) · 11 years ago
  12. 1b372ca tools lib traceevent: Add support for extracting trace_clock in report by Yoshihiro YUNOMAE · 11 years ago
  13. 65fb099 tools: Harmonize the various build messages in perf, lib-traceevent, lib-lk by Ingo Molnar · 11 years ago
  14. ce7eebe tools lib lk: Uninclude linux/magic.h in debugfs.c by Vinson Lee · 11 years ago
  15. 456da53 tools lib traceevent: Fixup jobserver setup by Arnaldo Carvalho de Melo · 11 years ago
  16. cecb977 Revert "tools lib lk: Fix for cross build" by Joonsoo Kim · 11 years ago
  17. d6c2522 tools lib traceevent: Port kbuffer parser routines by Namhyung Kim · 11 years ago
  18. 012ac69 tools lib traceevent: Add page_size field to pevent by Namhyung Kim · 11 years ago
  19. 6a48aec tools lib traceevent: Add trace_seq_reset() by Namhyung Kim · 11 years ago
  20. 79d5adf tools lib traceevent: Add const qualifier to string arguments by Namhyung Kim · 11 years ago
  21. 4ccdf57 tools lib traceevent: Get rid of unused gui target by Namhyung Kim · 11 years ago
  22. 9f1efa8 tools lib traceevent: Remove unused install targets by Namhyung Kim · 11 years ago
  23. d14c496 perf tools: Fix -ldw/-lelf link test when static linking by Mike Frysinger · 11 years ago
  24. 079787f tools lib lk: Fix for cross build by Joonsoo Kim · 11 years ago
  25. 3c4797d tools lib lk: Respect CROSS_COMPILE by Rabin Vincent · 11 years ago
  26. b28b130 tools lib lk: Fix _FORTIFY_SOURCE builds by Borislav Petkov · 11 years ago
  27. 1355915 perf tools: Extract perf-specific stuff from debugfs.c by Borislav Petkov · 11 years ago
  28. 85c66be perf tools: Introduce tools/lib/lk library by Borislav Petkov · 11 years ago
  29. b9e8c37 libtraceevent: Remove hard coded include to /usr/local/include in Makefile by Jack Mitchell · 11 years ago
  30. e23c1a5 tools lib traceevent: Handle dynamic array's element size properly by Jiri Olsa · 12 years ago
  31. 10ee9fa perf tools: Reinstate 'signed' field flag for tracepoints by Tom Zanussi · 12 years ago
  32. ff58268 tools lib traceevent: Fix warning on '>=' operator by Namhyung Kim · 12 years ago
  33. 2d2481d tools lib traceevent: Add copyright header by Jon Stanley · 12 years ago
  34. 7b9f6b4 tools lib traceevent: Update FSF postal address to be URL's. by Jon Stanley · 12 years ago
  35. fba7a78 tools lib traceevent: test correct variable after allocation by Sasha Levin · 12 years ago
  36. 27f94d5 tools lib traceevent: Use 'const' in variables pointing to const strings by Arnaldo Carvalho de Melo · 12 years ago
  37. 7a90561 tools lib traceevent: Handle INVALID_ARG_TYPE errno in pevent_strerror by Arnaldo Carvalho de Melo · 12 years ago
  38. e46466b tools lib traceevent: No need to check for < 0 on an unsigned enum by Arnaldo Carvalho de Melo · 12 years ago
  39. 8a38cce tools lib traceevent: Avoid comparisions between signed/unsigned by Arnaldo Carvalho de Melo · 12 years ago
  40. ca383a4 tools lib traceevent: Add __maybe_unused to unused parameters by Arnaldo Carvalho de Melo · 12 years ago
  41. b6f4f80 tools lib traceevent: Do not generate dependency for system header files by Namhyung Kim · 12 years ago
  42. 743df75 tools lib traceevent: Fix missed freeing of subargs in free_arg() in filter by Steven Rostedt · 12 years ago
  43. 101782e lib tools traceevent: Add back pevent assignment in __pevent_parse_format() by Steven Rostedt · 12 years ago
  44. f1b2256 tools lib traceevent: Fix error path on pevent_parse_event by Namhyung Kim · 12 years ago
  45. b1ac754 tools lib traceevent: Handle alloc_arg failure by Namhyung Kim · 12 years ago
  46. 2b29175 tools lib traceevent: Carve out events format parsing routine by Arnaldo Carvalho de Melo · 12 years ago
  47. a6d2a61 tools lib traceevent: Remove some die() calls by Arnaldo Carvalho de Melo · 12 years ago
  48. b851192 tools lib traceevent: Fix afterlife gotos by Arnaldo Carvalho de Melo · 12 years ago
  49. 87162d8 tools lib traceevent: Use calloc were applicable by Arnaldo Carvalho de Melo · 12 years ago
  50. 0dbca1e tools lib traceevent: Use asprintf were applicable by Arnaldo Carvalho de Melo · 12 years ago
  51. 70d9304 tools lib traceevent: Free field if an error occurs on process_flags/symbols by Namhyung Kim · 12 years ago
  52. f8c49d2 tools lib traceevent: Free field if an error occurs on process_fields by Namhyung Kim · 12 years ago
  53. 41e51a2 tools lib traceevent: Make sure that arg->op.right is set properly by Namhyung Kim · 12 years ago
  54. 1bce6e0 tools lib traceevent: Fix error path on process_array() by Namhyung Kim · 12 years ago
  55. c055875 tools lib traceevent: Define _GNU_SOURCE in Makefile by Arnaldo Carvalho de Melo · 12 years ago
  56. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  57. 9612ef6 tools lib traceevent: replace mempcpy with memcpy by Irina Tirdea · 12 years ago
  58. 67ed939 tools lib traceevent: Get rid of die() from pevent_register_print_function by Namhyung Kim · 12 years ago
  59. 0ca8da0 tools lib traceevent: Get rid of die() from pevent_register_event_handler by Namhyung Kim · 12 years ago
  60. 245c5a1 tools lib traceevent: Get rid of die() from pretty_print() by Namhyung Kim · 12 years ago
  61. ff1a70e tools lib traceevent: Modify header to work in C++ programs by Steven Rostedt · 12 years ago
  62. f63fe79 tools lib traceevent: Fix off-by-one bug in pevent_strerror() by Namhyung Kim · 12 years ago
  63. e1aa7c3 tools lib traceevent: Fix strerror_r() use in pevent_strerror by Namhyung Kim · 12 years ago
  64. 2f197b9 tools lib traceevent: Introduce pevent_strerror by Namhyung Kim · 12 years ago
  65. bffddff tools lib traceevent: Introduce pevent_errno by Namhyung Kim · 12 years ago
  66. fd34f0b tools lib traceevent: Do not link broken field arg for an old ftrace event by Namhyung Kim · 12 years ago
  67. 0cf2601 tools lib traceevent: Fix cast from pointer to integer for 32 bit by Robert Richter · 12 years ago
  68. 52f18a2 tools lib traceevent: Ignore TRACEEVENT-CFLAGS file by Namhyung Kim · 12 years ago
  69. 52b5c0d tools lib traceevent: Detect build environment changes by Namhyung Kim · 12 years ago
  70. f6ced60 tools lib traceevent: Cleanup realloc use by Namhyung Kim · 12 years ago
  71. c9bbabe tools lib traceevent: Add missing break in make_bprint_args by Peter Huewe · 12 years ago
  72. 0fed483 tools lib traceevent: Check return value of arg_to_str() by Namhyung Kim · 12 years ago
  73. e54b34a tools lib traceevent: Check result of malloc() during reading token by Namhyung Kim · 12 years ago
  74. 16e6b8f tools lib traceevent: Fix some comments by Namhyung Kim · 12 years ago
  75. 4b5632b tools lib traceevent: Do not call add_event() again if allocation failed by Namhyung Kim · 12 years ago
  76. 3831a42 tools lib traceevent: Pass string type argument to args by Namhyung Kim · 12 years ago
  77. d286447 tools lib traceevent: Handle realloc() failure path by Namhyung Kim · 12 years ago
  78. ca63858 tools lib traceevent: Handle strdup failure cases by Namhyung Kim · 12 years ago
  79. deba3fb tools lib traceevent: Introduce extend_token() by Namhyung Kim · 12 years ago
  80. 0fc45ef tools lib traceevent: Fix printk_cmp() by Namhyung Kim · 12 years ago
  81. c5b35b7 tools lib traceevent: Fix trace_printk for long integers by Wolfgang Mauerer · 12 years ago
  82. aaf05c7 tools lib traceevent: Fix %pM print format arg handling by Steven Rostedt · 13 years ago
  83. 0866a97 tools lib traceevent: Add support to show migrate disable counter by Steven Rostedt · 12 years ago
  84. c2e6dc2 tools lib traceevent: Add support for "%.*s" in bprintk events by Steven Rostedt · 13 years ago
  85. e84c282 tools lib traceevent: Let filtering numbers by string use function names by Steven Rostedt · 12 years ago
  86. 50d8f9e tools lib traceevent: Replace malloc_or_die to plain malloc in alloc_event() by Namhyung Kim · 12 years ago
  87. e080e6f tools lib traceevent: Add support for __print_hex() by Namhyung Kim · 12 years ago
  88. b700807 tools lib traceevent: Use local variable 'field' by Namhyung Kim · 12 years ago
  89. 600da3c tools lib traceevent: Check string is really printable by Namhyung Kim · 12 years ago
  90. 860df58 tools lib traceevent: Make dependency files regeneratable by Namhyung Kim · 12 years ago
  91. 6545e3a tools lib traceevent: Teach [ce]tags about libtraceeevent error codes by Namhyung Kim · 12 years ago
  92. f526a4c tools lib traceevent: Fix clean target in Makefile by Konstantin Stepanyuk · 12 years ago
  93. 42c59cd tools lib traceevent: Silence compiler warning on 32bit build by Namhyung Kim · 12 years ago
  94. eaec12d tools lib traceevent: Fix signature of create_arg_item() by Namhyung Kim · 12 years ago
  95. 21c69e7 tools lib traceevent: Use proper function parameter type by Namhyung Kim · 12 years ago
  96. b3511d0 tools lib traceevent: Fix freeing arg on process_dynamic_array() by Namhyung Kim · 12 years ago
  97. d1de108 tools lib traceevent: Fix a possibly wrong memory dereference by Namhyung Kim · 12 years ago
  98. 57d34dc tools lib traceevent: Fix a possible memory leak by Namhyung Kim · 12 years ago
  99. 00b9da7 tools lib traceevent: Allow expressions in __print_symbolic() fields by Stefan Hajnoczi · 12 years ago
  100. 1c69818 parse-events: Rename struct record to struct pevent_record by Steven Rostedt · 12 years ago