Home
last modified time | relevance | path

Searched refs:tracefs_instance_file_append (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/libtracefs/Documentation/
H A Dlibtracefs-instances-file-manip.txt8 tracefs_instance_file_write, tracefs_instance_file_append, tracefs_instance_file_clear,
19 int *tracefs_instance_file_append*(struct tracefs_instance pass:[*]_instance_, const char pass:[*]_…
41 The *tracefs_instance_file_append()* function writes a string _str_ in a _file_ from
64 The *tracefs_instance_file_append()* function returns the number of written bytes,
H A Dlibtracefs-events-file.txt61 This acts similar to the *tracefs_instance_file_append*(3), but is
H A Dlibtracefs.txt35 …int *tracefs_instance_file_append*(struct tracefs_instance pass:[*]_instance_, const char pass:[*]…
/aosp_15_r20/external/libtracefs/src/
H A Dtracefs-dynevents.c67 ret = tracefs_instance_file_append(NULL, desc->file, str); in dyn_generic_del()
216 ret = tracefs_instance_file_append(NULL, desc->file, str); in dyn_synth_del()
412 ret = tracefs_instance_file_append(NULL, devent->trace_file, str); in tracefs_dynevent_create()
H A Dtracefs-instance.c502 int tracefs_instance_file_append(struct tracefs_instance *instance, in tracefs_instance_file_append() function
H A Dtracefs-events.c623 ret = tracefs_instance_file_append(instance, path, str); in tracefs_event_file_append()
/aosp_15_r20/external/libtracefs/include/
H A Dtracefs.h38 int tracefs_instance_file_append(struct tracefs_instance *instance,
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-record.c4721 return tracefs_instance_file_append(instance, "set_ftrace_filter", cmd); in filter_command()