Searched refs:functions (Results 1 – 25 of 95) sorted by relevance
1234
/tools/perf/bench/ |
D | mem-functions.c | 111 const struct function *functions; member 120 const struct function *r = &info->functions[r_idx]; in __bench_mem_function() 201 for (i = 0; info->functions[i].name; i++) in bench_mem_common() 206 for (i = 0; info->functions[i].name; i++) { in bench_mem_common() 207 if (!strcmp(info->functions[i].name, function_str)) in bench_mem_common() 210 if (!info->functions[i].name) { in bench_mem_common() 214 for (i = 0; info->functions[i].name; i++) { in bench_mem_common() 216 info->functions[i].name, info->functions[i].desc); in bench_mem_common() 294 .functions = memcpy_functions, in bench_mem_memcpy() 368 .functions = memset_functions, in bench_mem_memset()
|
/tools/lib/bpf/ |
D | README.rst | 7 functions and types. Every group has its own naming convention 11 All types and functions provided by libbpf API should have one of the 28 Another class of types and functions provided by libbpf API is "objects" 29 and functions to work with them. Objects are high-level abstractions 56 All objects and corresponding functions other than BTF related should go 57 to ``libbpf.h``. BTF types and functions should go to ``btf.h``. 59 Auxiliary functions 62 Auxiliary functions and types that don't fit well in any of categories 66 AF_XDP functions 69 AF_XDP functions should have an ``xsk_`` prefix, e.g. [all …]
|
/tools/perf/Documentation/ |
D | perf-ftrace.txt | 36 List available functions to trace. It accepts a pattern to 37 only list interested functions. 75 function (or a glob pattern). Multiple functions can be given 82 Select function tracer and do not trace functions given by the 84 specify multiple functions (or glob patterns). It will be 96 functions executed from the given function. This can be used more 97 than once to specify multiple functions. It will be passed to 106 specify multiple functions. It will be passed to 'set_graph_notrace' 112 noirqs - Ignore functions that happen inside interrupt.
|
D | perf-script-perl.txt | 91 to every event as arguments but are available as library functions. 126 The rest of the script can contain handler functions and support 127 functions in any order. 129 Aside from the event handler functions discussed above, every script 130 can implement a set of optional functions: 164 built-in perf script Perl modules and their associated functions. 169 The following sections describe the functions and variables available 170 via the various Perf::Trace::* Perl modules. To use the functions and 177 These functions provide some essential functions to user scripts. 179 The *flag_str* and *symbol_str* functions provide human-readable [all …]
|
D | callchain-overhead-calculation.txt | 10 the child functions so that it can show the total overhead of the 11 higher level functions even if they don't directly execute much. 12 'Children' here means functions that are called from another (parent) 17 'self' overhead of its child functions. But with this enabled, users 21 Consider the following example; there are three functions like below. 65 child functions (i.e. 'foo' and 'bar') are added to the parents to
|
D | perf-script-python.txt | 28 provides more details on each step and lists the library functions 125 # be retrieved using Python functions of the form common_*(context). 126 # See the perf-script-python Documentation for the list of available functions. 163 Following that are a couple generated functions, trace_begin() and 168 Following those are the 'event handler' functions generated one for 169 every event in the 'perf record' output. The handler functions take 175 The final couple of functions are, like the begin and end functions, 209 trace_unhandled() functions, which we won't be using. That leaves us 483 to every event as arguments but are available as library functions. 521 The rest of the script can contain handler functions and support [all …]
|
/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | README | 4 This module contains utility functions for use with perf script. 8 'used', while Util.pm contains useful but optional utility functions 14 want to add new Perl functions that end up accessing C data in the 15 perf executable, you add desciptions of the new functions here. 18 $context, to all handler functions.
|
/tools/testing/selftests/livepatch/ |
D | README | 37 See the common functions.sh file for the existing collection of utility 38 functions, most importantly setup_config(), start_test() and 41 those strings for result comparison. Other utility functions include
|
D | Makefile | 3 TEST_PROGS_EXTENDED := functions.sh
|
D | test-ftrace.sh | 5 . $(dirname $0)/functions.sh
|
D | test-shadow-vars.sh | 5 . $(dirname $0)/functions.sh
|
/tools/power/pm-graph/config/ |
D | example.cfg | 6 # command line. It also includes advanced settings for functions 74 # graph source functions in the timeline (default: false) 110 # Do not use the internal default functions for timeline entries (def: false) 112 override-timeline-functions: true 115 # Do not use the internal default functions for dev timeline entries (def: false) 117 override-dev-timeline-functions: true 153 # Add kprobe functions to the timeline 154 # Add functions to the timeline from a text file (default: no-action)
|
D | cgskip.txt | 4 # This file contains a list of functions which are 6 # the callgraph html file size by treating these functions
|
D | custom-timeline-functions.cfg | 4 # command line. It also includes advanced settings for functions 29 # graph source functions in the timeline (default: false) 61 # Do not use the internal default functions for timeline entries (default: false) 63 override-timeline-functions: true 66 # Do not use the internal default functions for dev timeline entries (default: false) 68 override-dev-timeline-functions: true 73 # The tool has an internal set of these functions which should cover the
|
/tools/testing/selftests/rcutorture/bin/ |
D | kvm-recheck-rcuscale-ftrace.sh | 16 . functions.sh
|
D | kvm-recheck-refscale.sh | 21 . functions.sh
|
D | kvm-recheck-rcuscale.sh | 21 . functions.sh
|
D | kvm-recheck-scf.sh | 20 . functions.sh
|
D | parse-build.sh | 22 . functions.sh
|
/tools/testing/selftests/powerpc/eeh/ |
D | Makefile | 6 TEST_FILES := eeh-functions.sh
|
D | eeh-basic.sh | 6 . ./eeh-functions.sh
|
/tools/testing/selftests/ftrace/test.d/selftest/ |
D | bashisms.tc | 16 checkbashisms $FTRACETEST_ROOT/test.d/functions
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-event_find.txt | 22 This set of functions can be used to search for an event, based on a given 23 criteria. All functions require a pointer to a _tep_, trace event parser 39 All these functions return a pointer to the found event, or NULL if there is no
|
/tools/power/pm-graph/ |
D | README | 324 Sample for editing timeline funcs (moves internal functions into config) 325 config/custom-timeline-functions.cfg 373 # Dev mode: graph source functions in the timeline (def: false) 407 # Do not use the internal default functions for timeline entries (def: false) 409 override-timeline-functions: true 412 # Do not use the internal default functions for dev timeline entries (def: false) 414 override-dev-timeline-functions: true 438 the config. It's also possible to copy the internal timeline functions into 443 Use the override-timeline-functions option if you only want to use your 446 This section includes a list of functions (set using kprobes) which use both [all …]
|
/tools/testing/selftests/firmware/ |
D | settings | 3 # present, each with 2 "nowait" functions tested 5 times. Expected time for a
|
1234