Searched refs:merge (Results 1 – 16 of 16) sorted by relevance
/tools/testing/selftests/mm/ |
A D | merge.c | 18 FIXTURE(merge) in FIXTURE() argument 25 FIXTURE_SETUP(merge) in FIXTURE_SETUP() argument 36 FIXTURE_TEARDOWN(merge) in FIXTURE_TEARDOWN() argument 47 TEST_F(merge, mprotect_unfaulted_left) in TEST_F() argument 101 TEST_F(merge, mprotect_unfaulted_right) in TEST_F() argument 151 TEST_F(merge, mprotect_unfaulted_both) in TEST_F() argument 320 TEST_F(merge, forked_target_vma) in TEST_F() argument 384 TEST_F(merge, forked_source_vma) in TEST_F() argument 466 TEST_F(merge, handle_uprobe_upon_merged_vma) in TEST_F() argument 509 TEST_F(merge, ksm_merge) in TEST_F() argument [all …]
|
A D | .gitignore | 60 merge
|
A D | run_vmtests.sh | 87 test VMA merge cases behave as expected 433 CATEGORY="vma_merge" run_test ./merge
|
A D | Makefile | 103 TEST_GEN_FILES += merge
|
/tools/lib/ |
A D | list_sort.c | 13 static struct list_head *merge(void *priv, list_cmp_func_t cmp, in merge() function 212 a = merge(priv, cmp, b, a); in list_sort() 234 list = merge(priv, cmp, pending, list); in list_sort()
|
/tools/testing/selftests/bpf/ |
A D | DENYLIST | 3 get_stack_raw_tp # spams with kernel warnings until next bpf -> bpf-next merge
|
/tools/perf/tests/shell/ |
A D | stat.sh | 126 if ! perf stat --no-merge -e "$ok_grouping" true > /dev/null 2>&1 132 if perf stat --no-merge -e "$group_needs_break" true 2>&1 | grep -E -q "<not supported>"
|
A D | stat+json_output.sh | 65 perf stat -j -A -a --no-merge -o "${stat_output}" true
|
/tools/crypto/tcrypt/ |
A D | tcrypt_speed_compare.py | 113 def merge(base, new): function 182 merged = merge(base, new)
|
/tools/perf/tests/shell/lib/ |
A D | stat_output.sh | 40 perf stat -A -a --no-merge $2 true
|
/tools/perf/Documentation/ |
A D | perf-timechart.txt | 76 --io-merge-dist=<nsecs>:: 77 Merge events that are merge-dist nanoseconds apart.
|
A D | perf-stat.txt | 362 --metric-no-merge:: 436 --no-merge:: 437 Do not aggregate/merge counts across monitored CPUs or PMUs. 459 --hybrid-merge::
|
A D | perf-sched.txt | 40 Tasks with the same command name are merged and the merge count is
|
/tools/power/pm-graph/config/ |
A D | example.cfg | 102 # merge loops of the same call if each is less than maxgap apart (def: 100us) 106 # merge loops of the same call if each is less than maxlen in length (def: 5ms)
|
/tools/power/cpupower/ |
A D | Makefile | 256 $(warning "Install msgmerge to merge translations.")
|
/tools/power/pm-graph/ |
A D | README | 417 # merge loops of the same call if each is less than maxgap apart (def: 100us) 421 # merge loops of the same call if each is less than maxlen in length (def: 5ms)
|
Completed in 46 milliseconds