Home
last modified time | relevance | path

Searched refs:location_index (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/profiler/
Dpprof_profiler.py189 location_index = len(self._location_key_to_location) + 1
191 location.id = location_index
198 return location_index
340 location_index = self._locations.index_of(
343 location_ids.append(location_index)
/external/llvm-project/lldb/examples/python/
Djump.py98 for location_index in range(num_locations):
99 location = breakpoint.GetLocationAtIndex(location_index)
/external/bcc/src/cc/includes/
Dbcc_usdt.h69 int location_index, int argument_index,
/external/bcc/src/cc/
Dbcc_usdt.h69 int location_index, int argument_index,
/external/bcc/src/cc/usdt/
Dusdt.cc505 int location_index, int argument_index, in bcc_usdt_get_argument() argument
513 if (location_index < 0 || (size_t)location_index >= probe->num_locations()) in bcc_usdt_get_argument()
515 auto const &location = probe->location(location_index); in bcc_usdt_get_argument()