Home
last modified time | relevance | path

Searched defs:prog_env (Results 1 – 2 of 2) sorted by relevance

/external/bcc/libbpf-tools/
Dfunclatency.c30 static struct prog_env { struct
31 int units;
32 pid_t pid;
33 unsigned int duration;
34 unsigned int interval;
35 unsigned int iterations;
36 bool timestamp;
37 char *funcname;
38 bool verbose;
Dklockstat.c43 static struct prog_env { struct
44 pid_t pid;
45 pid_t tid;
46 char *caller;
47 char *lock_name;
48 unsigned int nr_locks;
49 unsigned int nr_stack_entries;
50 unsigned int sort_acq;
51 unsigned int sort_hld;
52 unsigned int duration;
[all …]