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

  /external/bcc/tools/
deadlock_detector.c 122 bpf_get_current_comm(&edge_leaf.comm, sizeof(edge_leaf.comm));
194 bpf_get_current_comm(&thread_created_leaf.comm,
solisten.py 86 bpf_get_current_comm(evt.task, TASK_COMM_LEN);
stacksnoop.lua 37 bpf_get_current_comm(&data.comm, sizeof(data.comm));
biosnoop.lua 47 if (bpf_get_current_comm(&val.name, sizeof(val.name)) == 0) {
  /external/linux-kselftest/tools/testing/selftests/bpf/
bpf_helpers.h 40 static int (*bpf_get_current_comm)(void *buf, int buf_size) = variable
  /external/bcc/src/lua/bpf/
builtins.lua 357 -- bpf_get_current_comm(buffer) - write current process name to byte buffer

Completed in 2088 milliseconds