Searched refs:description (Results 1 – 25 of 30) sorted by relevance
12
/tools/hv/ |
D | vmbus_testing | 279 description = "\nUse lsvmbus to get vmbus device type " 317 description = "Delay the ring buffer interrupt for " 334 description = "Disable ALL testing on ALL vmbus " 342 description = "Disable ALL testing on a SINGLE vmbus " 349 description = "This shows the test state for ALL the " 355 description = "This shows the test values for a SINGLE "
|
/tools/testing/selftests/vm/ |
D | map_populate.c | 24 #define BUG_ON(condition, description) \ argument 28 __LINE__, (description), strerror(errno)); \
|
D | mremap_dontunmap.c | 33 #define BUG_ON(condition, description) \ argument 37 __LINE__, (description), strerror(errno)); \
|
/tools/lib/traceevent/plugins/ |
D | plugin_function.c | 27 .description = 33 .description = 40 .description =
|
/tools/testing/selftests/tc-testing/ |
D | tdc_multibatch.py | 14 description='TC multiple batch file generator')
|
D | tdc_batch.py | 11 parser = argparse.ArgumentParser(description='TC batch file generator')
|
D | tdc.py | 168 description='Linux TC unit tests') 452 parser = argparse.ArgumentParser(description='Linux TC unit tests')
|
/tools/perf/tests/ |
D | builtin-test.c | 483 static const char *shell_test__description(char *description, size_t size, in shell_test__description() argument 497 description = fgets(description, size, fp); in shell_test__description() 500 return description ? strim(description + 1) : NULL; in shell_test__description()
|
/tools/perf/util/ |
D | setup.py | 83 description='Interface with the Linux profiling infrastructure',
|
/tools/perf/scripts/python/ |
D | flamegraph.py | 110 parser = argparse.ArgumentParser(description="Create flame graphs.")
|
/tools/perf/Documentation/ |
D | perf.data-file-format.txt | 119 A perf_header_string with description of the CPU. On x86 this is the model name 137 Another description of the perf_event_attrs, more detailed than header.attrs 138 including IDs and names. See perf_event.h or the man page for a description 412 description. 418 See perf_event.h or the manpage for a detailed description. 614 This is the canonical description of the kernel generated perf_events
|
D | Build.txt | 48 NOTE this description is omitting other libraries involved, only
|
D | perf-script-perl.txt | 93 Here's a brief description of each of the invariant event args:
|
D | perf-diff.txt | 62 Please see description of --sort in the perf-report man page.
|
/tools/leds/ |
D | get_led_device_info.sh | 63 driver=`cat device/device/driver/description`
|
/tools/cgroup/ |
D | memcg_slabinfo.py | 161 parser = argparse.ArgumentParser(description=DESC,
|
D | iocost_coef_gen.py | 32 parser = argparse.ArgumentParser(description=desc,
|
D | iocost_monitor.py | 24 parser = argparse.ArgumentParser(description=desc,
|
/tools/testing/selftests/ftrace/ |
D | README | 27 extension) and rewrite the test description line.
|
/tools/testing/selftests/net/ |
D | devlink_port_split.py | 245 parser = argparse.ArgumentParser(description='A test for port splitting.')
|
/tools/testing/selftests/futex/ |
D | README | 57 detailed description in the test source and the output.
|
/tools/testing/kunit/ |
D | kunit.py | 213 description='Helps writing and running KUnit tests.')
|
/tools/lib/traceevent/ |
D | event-plugin.c | 414 print_op_data(s, "desc", op->description); in tep_plugin_print_options()
|
D | event-parse.h | 62 char *description; member
|
/tools/memory-model/litmus-tests/ |
D | README | 164 each process exactly once, so litmus tests not fitting this description
|
12