Home
last modified time | relevance | path

Searched defs:tcpu (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libtracefs/src/
H A Dtracefs-record.c53 struct tracefs_cpu *tcpu; in tracefs_cpu_alloc_fd() local
107 struct tracefs_cpu *tcpu; in tracefs_cpu_open() local
169 void tracefs_cpu_free_fd(struct tracefs_cpu *tcpu) in tracefs_cpu_free_fd()
186 void tracefs_cpu_close(struct tracefs_cpu *tcpu) in tracefs_cpu_close()
203 int tracefs_cpu_read_size(struct tracefs_cpu *tcpu) in tracefs_cpu_read_size()
210 static void set_nonblock(struct tracefs_cpu *tcpu) in set_nonblock()
222 static void unset_nonblock(struct tracefs_cpu *tcpu) in unset_nonblock()
240 static int wait_on_input(struct tracefs_cpu *tcpu, bool nonblock) in wait_on_input()
295 int tracefs_cpu_read(struct tracefs_cpu *tcpu, void *buffer, bool nonblock) in tracefs_cpu_read()
320 static int init_splice(struct tracefs_cpu *tcpu) in init_splice()
[all …]
H A Dtracefs-events.c30 struct tracefs_cpu *tcpu; member
285 struct tracefs_cpu *tcpu; in open_cpu_files() local
/aosp_15_r20/external/libtracefs/utest/
H A Dtracefs-utest.c423 struct tracefs_cpu *tcpu; member
558 struct tracefs_cpu *tcpu = data->tcpu; in test_cpu_read() local
883 struct tracefs_cpu *tcpu = data->tcpu; in trace_cpu_thread() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dtensor_handle_test.cc424 Tensor tcpu(dtype, shape); in TEST() local