Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/libbpf-tools/
H A Dfunclatency.c32 static struct prog_env { struct
33 int units;
34 pid_t pid;
35 unsigned int duration;
36 unsigned int interval;
37 unsigned int iterations;
38 bool timestamp;
39 char *funcname;
40 bool verbose;
41 bool kprobes;
[all …]
H A Dklockstat.c44 static struct prog_env { struct
45 pid_t pid;
46 pid_t tid;
47 char *caller;
48 char *lock_name;
49 unsigned int nr_locks;
50 unsigned int nr_stack_entries;
51 unsigned int sort_acq;
52 unsigned int sort_hld;
53 unsigned int duration;
[all …]