Searched refs:tracefs_get_clock (Results 1 – 8 of 8) sorted by relevance
6 tracefs_tracers, tracefs_tracer_available, tracefs_get_clock, tracefs_list_free,17 char pass:[*]*tracefs_get_clock*(struct tracefs_instance pass:[*]_instance_);37 The *tracefs_get_clock()* function returns name of the current trace clock,66 The *tracefs_get_clock()* returns string, that must be freed with free(), or NULL93 char *clock = tracefs_get_clock(NULL);
136 char pass:[*]*tracefs_get_clock*(struct tracefs_instance pass:[*]_instance_);
200 char *tracefs_get_clock(struct tracefs_instance *instance);
697 clock = tracefs_get_clock(tracefs); in report_clock()
4162 instance->clock = tracefs_get_clock(NULL); in connect_to_agent()4521 return tracefs_get_clock(instance ? instance->tracefs : NULL); in get_trace_clock()
886 char *tracefs_get_clock(struct tracefs_instance *instance) in tracefs_get_clock() function
2321 handle->trace_clock = tracefs_get_clock(NULL); in get_clock()2328 handle->trace_clock = tracefs_get_clock(inst); in get_clock()
3433 clock = tracefs_get_clock(instance); in test_instance_get_clock()