Lines Matching defs:prog_env
44 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;
54 unsigned int interval;
55 unsigned int iterations;
56 bool reset;
57 bool timestamp;
58 bool verbose;
59 bool per_thread;