handle new ftrace format |
|
More...
|
almost 16 years ago
|
fix handling of '[' |
|
More...
|
almost 16 years ago
|
handle new lines between args |
|
More...
|
almost 16 years ago
|
add '>' and '<' to valid ops |
|
More...
|
almost 16 years ago
|
do not exit when parser fails on an event |
|
More...
|
almost 16 years ago
|
handle '*' in typecast |
|
More...
|
almost 16 years ago
|
handle array in print field |
|
More...
|
almost 16 years ago
|
handle '\' in print format. |
|
More...
|
almost 16 years ago
|
handle print concatinations |
|
More...
|
almost 16 years ago
|
Add GTK viewer for reading trace data |
|
More...
|
almost 16 years ago
|
Fix bug that made %pf not work at the end of a fmt (and %pF not work at all) |
|
More...
|
almost 16 years ago
|
free(NULL) works just fine. |
|
More...
|
almost 16 years ago
|
enable_event: append to set_event, to avoid disabling previous events. |
|
More...
|
almost 16 years ago
|
print_str_arg: handle PRINT_ATOM |
|
More...
|
almost 16 years ago
|
Handle == and != |
|
More...
|
almost 16 years ago
|
Tokenize == as a single token. |
|
More...
|
almost 16 years ago
|
Stop tokenizing !! as a single token. |
|
More...
|
almost 16 years ago
|
Fix typo: s/peak/peek/ |
|
More...
|
almost 16 years ago
|
Add values of enum hrtimer_restart to known flags. |
|
More...
|
almost 16 years ago
|
Turn the list of known flags into a data structure. |
|
More...
|
almost 16 years ago
|
Add a .gitignore file |
|
More...
|
almost 16 years ago
|
Add a copy of the GPLv2 in COPYING. |
|
More...
|
almost 16 years ago
|
Output messages to stderr |
|
More...
|
almost 16 years ago
|
Fix typo "unkown" |
|
More...
|
almost 16 years ago
|
only print function name on "%pf" and not address offset |
|
More...
|
almost 16 years ago
|
initialize left and right for equal op |
|
More...
|
almost 16 years ago
|
handle bprint events |
|
More...
|
almost 16 years ago
|
handle type []item format |
|
More...
|
almost 16 years ago
|
process bit fields accordingly to endian of file |
|
More...
|
about 16 years ago
|
parse header_page from tracing/events directory |
|
More...
|
about 16 years ago
|