Searched refs:contention (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/scripts/python/bin/
H A Dfutex-contention-report2 # description: futext contention measurement
4 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/futex-contention.py
/linux-master/fs/ubifs/
H A Dshrinker.c53 * @contention: if any contention, this is set to %1
58 static int shrink_tnc(struct ubifs_info *c, int nr, int age, int *contention) argument
108 *contention = 1;
138 * @contention: if any contention, this is set to %1
144 static int shrink_tnc_trees(int nr, int age, int *contention) argument
167 *contention = 1;
177 *contention = 1;
187 freed += shrink_tnc(c, nr, age, contention);
283 int contention = 0; local
[all...]
/linux-master/tools/perf/tests/shell/
H A Dlock_contention.sh2 # kernel lock contention analysis test
31 echo "[Skip] No lock contention tracepoints"
46 echo "Testing perf lock record and perf lock contention"
49 perf lock contention -i ${perfdata} -E 1 -q 2> ${result}
59 echo "Testing perf lock contention --use-bpf"
66 # the perf lock contention output goes to the stderr
77 echo "Testing perf lock record and perf lock contention at the same time"
79 perf lock contention -i- -E 1 -q 2> ${result}
89 echo "Testing perf lock contention --threads"
90 perf lock contention
[all...]
/linux-master/tools/perf/
H A Dbuiltin-lock.c15 #include "util/lock-contention.h"
317 static int select_key(bool contention) argument
322 if (contention)
341 static int add_output_field(bool contention, char *name) argument
346 if (contention)
364 static int setup_output_field(bool contention, const char *str) argument
370 if (contention)
388 ret = add_output_field(contention, tok);
1193 * It can have nested contention begin with mutex spinning,
1194 * then we would use the original contention begi
[all...]

Completed in 136 milliseconds