aboutsummaryrefslogtreecommitdiffstats
path: root/trace/simple.h
AgeCommit message (Collapse)AuthorFilesLines
2011-09-01trace: separate trace event control and query routines from the simple backendLluís1-2/+0
Generalize the 'st_print_trace_events' and 'st_change_trace_event_state' into backend-specific 'trace_print_events' and 'trace_event_set_state' (respectively) in the "trace/control.h" file. Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
2011-09-01trace: avoid conditional code compilation during option parsingLluís1-8/+0
A default implementation for backend-specific routines is provided in "trace/default.c", which backends can override by setting "trace_default=no" in "configure". Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
2011-09-01trace: move backend-specific code into the trace/ directoryLluís1-0/+48
Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>