index
:
trace-cmd.git
master
Home of trace-cmd and kernelshark
Jonathan Herman
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Print out the event files stored in a data file
Steven Rostedt
2009-11-23
*
Fix print output
Steven Rostedt
2009-11-23
*
Handle large trace entries
Steven Rostedt
2009-11-23
*
Add comment for '#' workaround
Steven Rostedt
2009-11-23
*
"handle" alternate printf format
Johannes Berg
2009-11-23
*
Handle old format
Steven Rostedt
2009-11-20
*
Do not die on bad op in process_op
Steven Rostedt
2009-11-20
*
reset max latency
Steven Rostedt
2009-11-20
*
Add make TAGS
Steven Rostedt
2009-11-20
*
Fix up function graph time spacing
Steven Rostedt
2009-11-20
*
Separate out tracing setup functions
Steven Rostedt
2009-11-16
*
fix reading of string from file
Steven Rostedt
2009-11-16
*
don't fail if ftrace_enable is not there
Steven Rostedt
2009-11-16
*
Convert parse-envents.c to use trace_seq for output
Steven Rostedt
2009-11-16
*
change input_fd to global
Steven Rostedt
2009-11-16
*
Add trace-seq
Steven Rostedt
2009-11-16
*
add -std=gnu99 to compiling
Steven Rostedt
2009-10-14
*
add '+' to parsing in print format
Steven Rostedt
2009-10-14
*
remove all char * typecasts and use const in prototype
Steven Rostedt
2009-10-14
*
make the code closer to what is in perf
Steven Rostedt
2009-10-14
*
handle '-' op in print format
Steven Rostedt
2009-10-14
*
port over changes from perf
Frederic Weisbecker
2009-10-14
*
add #define _GNU_SOURCE for sscanf to work with %as
Steven Rostedt
2009-10-14
*
add way to enable options in recording
Steven Rostedt
2009-10-13
*
handle new "signed" field in format layout
Steven Rostedt
2009-10-13
*
clean up the latency format code to include more info
Steven Rostedt
2009-10-13
*
add space after latency format
Steven Rostedt
2009-10-13
*
remove debug function
Steven Rostedt
2009-10-13
*
clean up temp files when done
Steven Rostedt
2009-10-13
*
add latency format option to all output
Steven Rostedt
2009-10-13
*
fix bprintk printing
Steven Rostedt
2009-10-13
*
Handle print formats with tabs and newlines
Steven Rostedt
2009-10-13
*
handle the printing of the '['
Steven Rostedt
2009-10-13
*
handle new ftrace format
Steven Rostedt
2009-10-13
*
fix handling of '['
Steven Rostedt
2009-10-13
*
handle new lines between args
Steven Rostedt
2009-10-13
*
add '>' and '<' to valid ops
Steven Rostedt
2009-10-13
*
do not exit when parser fails on an event
Steven Rostedt
2009-10-13
*
handle '*' in typecast
Steven Rostedt
2009-10-12
*
handle array in print field
Steven Rostedt
2009-10-12
*
handle '\' in print format.
Steven Rostedt
2009-10-12
*
handle print concatinations
Steven Rostedt
2009-10-12
*
Fix bug that made %pf not work at the end of a fmt (and %pF not work at all)
Josh Triplett
2009-08-05
*
free(NULL) works just fine.
Josh Triplett
2009-08-05
*
enable_event: append to set_event, to avoid disabling previous events.
Josh Triplett
2009-08-05
*
print_str_arg: handle PRINT_ATOM
Josh Triplett
2009-08-05
*
Handle == and !=
Josh Triplett
2009-08-05
*
Tokenize == as a single token.
Josh Triplett
2009-08-05
*
Stop tokenizing !! as a single token.
Josh Triplett
2009-08-05
*
Fix typo: s/peak/peek/
Josh Triplett
2009-08-05
[next]