Home
last modified time | relevance | path

Searched refs:tracecmd_get_file_compress_proto (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/trace-cmd/lib/trace-cmd/include/private/
H A Dtrace-cmd-private.h274 int tracecmd_get_file_compress_proto(struct tracecmd_input *handle,
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/
H A Dtrace-output.c1496 if (!tracecmd_get_file_compress_proto(ihandle, &cname, &cver)) { in tracecmd_output_set_from_input()
2655 if (!tracecmd_get_file_compress_proto(ihandle, &cname, &cver)) { in tracecmd_get_output_handle_fd()
H A Dtrace-input.c5672 int tracecmd_get_file_compress_proto(struct tracecmd_input *handle, in tracecmd_get_file_compress_proto() function