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
*
Add head compile dependencies for trace-input.c in Makefile
Steven Rostedt
2009-11-26
*
Keep the full offset and size of a cpu buffer in the file around
Steven Rostedt
2009-11-26
*
Add offset to record structure
Steven Rostedt
2009-11-26
*
Add both trace-cmd.h and parse-events.h as dependencies in Makefile
Steven Rostedt
2009-11-26
*
Move struct record from parse-events.h to trace-cmd.h
Steven Rostedt
2009-11-26
*
Remove trace_read_data() and trace_peek_data()
Steven Rostedt
2009-11-26
*
Make function graph a special override
Steven Rostedt
2009-11-26
*
A callback plugin may need to know the timestamp it happened on
Steven Rostedt
2009-11-26
*
A callback plugin may need to know what cpu it is on
Steven Rostedt
2009-11-26
*
Create default event override for function tracer
Steven Rostedt
2009-11-25
*
Removed all killers from trace-input.c
Steven Rostedt
2009-11-25
*
Remove newline on pretty print of function graph tracer
Steven Rostedt
2009-11-25
*
Move cpu_data into tracecmd_handle structure
Steven Rostedt
2009-11-25
*
Move reading of data into libtracecmd library
Steven Rostedt
2009-11-25
*
Convert libtracecmd to be more self sufficient
Steven Rostedt
2009-11-25
*
Move most read functions from trace-read.c to new trace-input.c
Steven Rostedt
2009-11-25
*
Start of creating libtracecmd.a library
Steven Rostedt
2009-11-25
*
add mac80211 plugin
Johannes Berg
2009-11-25
*
remove unused code
Johannes Berg
2009-11-25
*
fix a const warning
Johannes Berg
2009-11-25
*
correct and simplify hrtimer plugin
Johannes Berg
2009-11-25
*
keep track of buffer full
Johannes Berg
2009-11-25
*
move trailing newline into trace-read
Johannes Berg
2009-11-25
*
hrtimer plugin: use new field infrastructure
Johannes Berg
2009-11-25
*
introduce pevent_read_number_field()
Johannes Berg
2009-11-25
*
hrtimer_plugin: handle name "timer"
Johannes Berg
2009-11-25
*
export read_size() as pevent_read_number()
Johannes Berg
2009-11-25
*
ignore more files
Johannes Berg
2009-11-25
*
rename test_plugin to plugin_hrtimer.so
Johannes Berg
2009-11-25
*
Let plugins get access to the function map
Steven Rostedt
2009-11-24
*
Allow for reading of the format fields of an event by a plugin
Steven Rostedt
2009-11-24
*
Add event handle to plugin print callback
Steven Rostedt
2009-11-24
*
Change test plugin to override hrtimer events start and expire_entry
Steven Rostedt
2009-11-24
*
Move copying of system name higher in event initialization
Steven Rostedt
2009-11-24
*
Move the failed to parse message to the pretty print caller
Steven Rostedt
2009-11-24
*
Report plugin activity
Steven Rostedt
2009-11-24
*
allow plugins to override the event parsing handler
Steven Rostedt
2009-11-24
*
Add method to load plugins at trace-cmd report time
Steven Rostedt
2009-11-24
*
Added trace-cmd.h
Steven Rostedt
2009-11-24
*
Rename parse_event_file to pevent_parse_event and remove parse_ftrace_file
Steven Rostedt
2009-11-24
*
Merge parse_ftrace_file() into prase_event_file()
Steven Rostedt
2009-11-24
*
Rename print_event to pevent_print_event
Steven Rostedt
2009-11-24
*
Make trace_find_event static
Steven Rostedt
2009-11-24
*
Change process_arg_token to static
Steven Rostedt
2009-11-24
*
Rename print_printk to pevent_print_printk
Steven Rostedt
2009-11-24
*
Separate out the printk formats from the library
Steven Rostedt
2009-11-24
*
Rename print_funcs to pevent_print_funcs
Steven Rostedt
2009-11-24
*
Separate out function parsing from library
Steven Rostedt
2009-11-24
*
Separate out comm registry from app and library
Steven Rostedt
2009-11-24
*
Use a static library instead of a dynamic one
Steven Rostedt
2009-11-24
[next]