Searched refs:tracefs_instance_file_append (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/libtracefs/Documentation/ |
H A D | libtracefs-instances-file-manip.txt | 8 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 D | libtracefs-events-file.txt | 61 This acts similar to the *tracefs_instance_file_append*(3), but is
|
H A D | libtracefs.txt | 35 …int *tracefs_instance_file_append*(struct tracefs_instance pass:[*]_instance_, const char pass:[*]…
|
/aosp_15_r20/external/libtracefs/src/ |
H A D | tracefs-dynevents.c | 67 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 D | tracefs-instance.c | 502 int tracefs_instance_file_append(struct tracefs_instance *instance, in tracefs_instance_file_append() function
|
H A D | tracefs-events.c | 623 ret = tracefs_instance_file_append(instance, path, str); in tracefs_event_file_append()
|
/aosp_15_r20/external/libtracefs/include/ |
H A D | tracefs.h | 38 int tracefs_instance_file_append(struct tracefs_instance *instance,
|
/aosp_15_r20/external/trace-cmd/tracecmd/ |
H A D | trace-record.c | 4721 return tracefs_instance_file_append(instance, "set_ftrace_filter", cmd); in filter_command()
|