HomeSort by relevance Sort by last modified time
    Searched refs:func_start (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
profile.py 220 func_start = get_address_from_string(line.split()[0]) variable
221 module_name = get_module_from_addr(modules, func_start)
226 functions[func_name][module_name]['start'] = func_start
232 func_prev['end'] = func_start
  /external/bcc/src/cc/api/
BPF.cc 538 uint8_t* func_start = bpf_module_->function_start(func_name); local
539 if (!func_start)
551 reinterpret_cast<struct bpf_insn*>(func_start), func_size,
559 func_name, fd, reinterpret_cast<struct bpf_insn*>(func_start), func_size);
  /external/v8/src/runtime/
runtime-test.cc 1019 int func_start = local
    [all...]

Completed in 1589 milliseconds