Home
last modified time | relevance | path

Searched refs:tracefs_get_tracing_file (Results 1 – 13 of 13) sorted by relevance

/external/libtracefs/Documentation/
Dlibtracefs-files.txt6 tracefs_get_tracing_file, tracefs_put_tracing_file, tracefs_tracing_dir, tracefs_debug_dir, tracefs…
15 char pass:[*]*tracefs_get_tracing_file*(const char pass:[*]_name_);
35 The *tracefs_get_tracing_file()* function returns the full path of the
43 returned by *tracefs_get_tracing_file()*.
66 The *tracefs_get_tracing_file()* function returns a string or NULL in case
84 char *trace_on = tracefs_get_tracing_file("tracing_on");
Dlibtracefs.txt15 char pass:[*]*tracefs_get_tracing_file*(const char pass:[*]_name_);
/external/trace-cmd/tracecmd/
Dtrace-snapshot.c24 path = tracefs_get_tracing_file(name); in write_file()
95 name = tracefs_get_tracing_file(file); in trace_snapshot()
Dtrace-stack.c90 path = tracefs_get_tracing_file("stack_max_size"); in reset_trace()
120 path = tracefs_get_tracing_file("stack_trace"); in read_trace()
Dtrace-list.c55 path = tracefs_get_tracing_file(name); in show_file()
92 path = tracefs_get_tracing_file(name); in process_file_re()
268 path = tracefs_get_tracing_file("events"); in get_event_file()
493 path = tracefs_get_tracing_file("instances"); in show_buffers()
522 path = tracefs_get_tracing_file("events"); in show_systems()
Dtrace-show.c163 name = tracefs_get_tracing_file(file); in trace_show()
Dtrace-record.c1723 path = tracefs_get_tracing_file("options/func_stack_trace"); in set_plugin_instance()
1924 path = tracefs_get_tracing_file("saved_cmdlines_size"); in set_saved_cmdlines_size()
1989 path = tracefs_get_tracing_file("set_event"); in old_update_events()
2394 path = tracefs_get_tracing_file("tracing_enabled"); in check_tracing_enabled()
/external/trace-cmd/utest/
Dtracefs-utest.c171 file = tracefs_get_tracing_file(NULL); in test_trace_file()
173 file = tracefs_get_tracing_file(tmp); in test_trace_file()
178 file = tracefs_get_tracing_file("trace"); in test_trace_file()
/external/libtracefs/src/
Dtracefs-instance.c152 path = tracefs_get_tracing_file(name); in get_trace_file_permissions()
311 return tracefs_get_tracing_file(file); in tracefs_instance_get_file()
702 path = tracefs_get_tracing_file("instances"); in tracefs_instances_walk()
Dtracefs-utils.c291 char *tracefs_get_tracing_file(const char *name) in tracefs_get_tracing_file() function
Dtracefs-tools.c606 path = tracefs_get_tracing_file(TRACE_FILTER_LIST); in match_filters()
/external/libtracefs/utest/
Dtracefs-utest.c1082 file = tracefs_get_tracing_file(NULL); in test_trace_file()
1084 file = tracefs_get_tracing_file(tmp); in test_trace_file()
1089 file = tracefs_get_tracing_file("trace"); in test_trace_file()
2299 tfile = tracefs_get_tracing_file("trace"); in test_custom_trace_dir()
2306 tfile = tracefs_get_tracing_file("trace"); in test_custom_trace_dir()
/external/libtracefs/include/
Dtracefs.h13 char *tracefs_get_tracing_file(const char *name);