/external/perfetto/protos/perfetto/config/profiling/ |
D | perf_event_config.proto | 116 repeated int32 target_pid = 4; field 154 repeated int32 target_pid = 1; field
|
/external/perfetto/test/cts/ |
D | traced_perf_test_cts.cc | 109 uint32_t target_pid = static_cast<uint32_t>(pid); in AssertHasSampledStacksForPid() local 155 uint32_t target_pid = static_cast<uint32_t>(pid); in AssertNoStacksForPid() local 235 int target_pid = PidForProcessName("/system/bin/traced_probes"); in TEST() local
|
D | heapprofd_java_test_cts.cc | 224 int target_pid = PidForProcessName(app_name); in TEST() local
|
/external/bcc/libbpf-tools/ |
D | exitsnoop.bpf.c | 8 const volatile pid_t target_pid = 0; variable
|
D | gethostlatency.bpf.c | 11 const volatile pid_t target_pid = 0; variable
|
D | statsnoop.bpf.c | 10 const volatile pid_t target_pid = 0; variable
|
D | filetop.bpf.c | 12 const volatile pid_t target_pid = 0; variable
|
D | solisten.bpf.c | 14 const volatile pid_t target_pid = 0; variable
|
D | bindsnoop.bpf.c | 13 const volatile pid_t target_pid = 0; variable
|
D | mountsnoop.bpf.c | 11 const volatile pid_t target_pid = 0; variable
|
D | statsnoop.c | 23 static pid_t target_pid = 0; variable
|
D | solisten.c | 30 static pid_t target_pid = 0; variable
|
D | exitsnoop.c | 30 static pid_t target_pid = 0; variable
|
D | bindsnoop.c | 30 static pid_t target_pid = 0; variable
|
D | fsdist.bpf.c | 11 const volatile pid_t target_pid = 0; variable
|
D | gethostlatency.c | 29 static pid_t target_pid = 0; variable
|
D | mountsnoop.c | 38 static pid_t target_pid = 0; variable
|
D | filetop.c | 38 static pid_t target_pid = 0; variable
|
D | fsdist.c | 88 static pid_t target_pid = 0; variable
|
D | fsslower.c | 83 static pid_t target_pid = 0; variable
|
/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
D | strncmp_test.c | 14 int target_pid = 0; variable
|
D | task_local_storage.c | 19 pid_t target_pid = 0; variable
|
D | find_vma.c | 16 pid_t target_pid = 0; variable
|
/external/perfetto/src/tools/cpu_utilization/ |
D | cpu_utilization.cc | 68 int target_pid = -1; in CpuUtilizationMain() local
|
/external/crosvm/base/src/sys/windows/ |
D | tube.rs | 63 target_pid: Option<u32>, field 195 pub fn target_pid(&self) -> Option<u32> { in target_pid() method
|