Home
last modified time | relevance | path

Searched refs:ihandle (Results 1 – 7 of 7) sorted by relevance

/external/trace-cmd/tracecmd/
Dtrace-restore.c141 struct tracecmd_input *ihandle; in trace_restore() local
143 ihandle = tracecmd_alloc(input, 0); in trace_restore()
144 if (!ihandle) in trace_restore()
147 if (tracecmd_read_headers(ihandle, TRACECMD_FILE_CMD_LINES) < 0) in trace_restore()
150 handle = tracecmd_copy(ihandle, output, TRACECMD_FILE_CMD_LINES, 0, NULL); in trace_restore()
151 tracecmd_close(ihandle); in trace_restore()
Dtrace-convert.c17 struct tracecmd_input *ihandle; in convert_file() local
20 ihandle = tracecmd_open_head(in, 0); in convert_file()
21 if (!ihandle) in convert_file()
24 ohandle = tracecmd_copy(ihandle, out, TRACECMD_FILE_CPU_FLYRECORD, file_version, compr); in convert_file()
29 tracecmd_close(ihandle); in convert_file()
/external/ComputeLibrary/src/graph/detail/
DCrossLayerMemoryManagerHelpers.cpp220 ITensorHandle *ihandle = input_handle.first; in configure_handle_lifetime() local
221 ARM_COMPUTE_ERROR_ON(ihandle == nullptr); in configure_handle_lifetime()
222 ARM_COMPUTE_ERROR_ON(tensors_in_flight.find(ihandle) == std::end(tensors_in_flight)); in configure_handle_lifetime()
223 --tensors_in_flight[ihandle]; in configure_handle_lifetime()
224 if(tensors_in_flight[ihandle] <= 0) in configure_handle_lifetime()
227 tensors_in_flight.erase(ihandle); in configure_handle_lifetime()
229 ihandle->allocate(); in configure_handle_lifetime()
/external/trace-cmd/lib/trace-cmd/
Dtrace-output.c1480 int tracecmd_output_set_from_input(struct tracecmd_output *handle, struct tracecmd_input *ihandle) in tracecmd_output_set_from_input() argument
1485 if (!handle || !ihandle || handle->file_state != TRACECMD_FILE_ALLOCATED) in tracecmd_output_set_from_input()
1490 handle->pevent = tracecmd_get_tep(ihandle); in tracecmd_output_set_from_input()
1492 handle->page_size = tracecmd_page_size(ihandle); in tracecmd_output_set_from_input()
1493 handle->file_version = tracecmd_get_in_file_version(ihandle); in tracecmd_output_set_from_input()
1496 if (!tracecmd_get_file_compress_proto(ihandle, &cname, &cver)) { in tracecmd_output_set_from_input()
2612 struct tracecmd_input *ihandle; in tracecmd_get_output_handle_fd() local
2627 ihandle = tracecmd_alloc_fd(fd2, TRACECMD_FL_LOAD_NO_PLUGINS); in tracecmd_get_output_handle_fd()
2628 if (!ihandle) in tracecmd_get_output_handle_fd()
2630 tracecmd_read_headers(ihandle, 0); in tracecmd_get_output_handle_fd()
[all …]
/external/trace-cmd/lib/trace-cmd/include/private/
Dtrace-cmd-private.h313 int tracecmd_output_set_from_input(struct tracecmd_output *handle, struct tracecmd_input *ihandle);
341 struct tracecmd_output *tracecmd_copy(struct tracecmd_input *ihandle, const char *file,
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h3694 typedef u32 ihandle; typedef
3771 ihandle root;
3774 ihandle stdout;
3775 ihandle mmumap;
3776 ihandle memory;
Dvmlinux.h3694 typedef u32 ihandle; typedef
3771 ihandle root;
3774 ihandle stdout;
3775 ihandle mmumap;
3776 ihandle memory;