/tools/perf/ |
D | builtin-evlist.c | 21 static int __cmd_evlist(const char *file_name, struct perf_attr_details *details) in __cmd_evlist() argument 28 .force = details->force, in __cmd_evlist() 37 evsel__fprintf(pos, details, stdout); in __cmd_evlist() 43 if (has_tracepoint && !details->trace_fields) in __cmd_evlist() 52 struct perf_attr_details details = { .verbose = false, }; in cmd_evlist() local 55 OPT_BOOLEAN('F', "freq", &details.freq, "Show the sample frequency"), in cmd_evlist() 56 OPT_BOOLEAN('v', "verbose", &details.verbose, in cmd_evlist() 58 OPT_BOOLEAN('g', "group", &details.event_group, in cmd_evlist() 60 OPT_BOOLEAN('f', "force", &details.force, "don't complain, do it"), in cmd_evlist() 61 OPT_BOOLEAN(0, "trace-fields", &details.trace_fields, "Show tracepoint fields"), in cmd_evlist() [all …]
|
/tools/perf/util/ |
D | evsel_fprintf.c | 38 int evsel__fprintf(struct evsel *evsel, struct perf_attr_details *details, FILE *fp) in evsel__fprintf() argument 43 if (details->event_group) { in evsel__fprintf() 63 if (details->verbose) { in evsel__fprintf() 66 } else if (details->freq) { in evsel__fprintf() 76 if (details->trace_fields) { in evsel__fprintf()
|
D | evsel_fprintf.h | 18 int evsel__fprintf(struct evsel *evsel, struct perf_attr_details *details, FILE *fp);
|
D | metricgroup.h | 56 bool raw, bool details);
|
D | metricgroup.c | 495 bool raw, bool details) in metricgroup__print() argument 554 if (details) { in metricgroup__print()
|
/tools/perf/Documentation/ |
D | perf-c2c.txt | 28 - type of the access (load and store details) 31 The c2c tool provide means to record this data and report back access details 89 Please refer to perf-report man page for details. 131 (check perf record man page for details) 160 - store access details for each cacheline 166 2) offsets details for each cacheline 294 through cachelines list and to display offset details. 296 For details please refer to the help window by pressing '?' key.
|
D | perf-kallsyms.txt | 24 Increase verbosity level, showing details about symbol table loading, etc.
|
D | itrace.txt | 43 large PEBS. Refer linkperf:perf-intel-pt[1] man page for details.
|
D | perf-buildid-cache.txt | 20 For more details, see linkperf:perf-probe[1].
|
D | perf-script-python.txt | 28 provides more details on each step and lists the library functions 31 This example actually details the steps that were used to create the 110 stream (for more details, see the STARTER SCRIPTS section). 165 script respectively (for more details, see the SCRIPT_LAYOUT section
|
D | perf-list.txt | 35 --details:: 126 details. Some of them are referenced in the SEE ALSO section below.
|
D | perf-top.txt | 185 perf-report man pages for details. 191 enabled. See the `overhead calculation' section for more details.
|
D | topdown.txt | 8 For more details on Topdown see [1][5]
|
/tools/perf/tests/attr/ |
D | README | 7 The general idea is to store 'struct perf_event_attr' details for 8 each event created within single perf command. Each event details 21 For each sys_perf_event_open call event details are stored in
|
/tools/testing/selftests/arm64/ |
D | README | 24 Further details on building and running KFST can be found in:
|
/tools/testing/selftests/arm64/fp/ |
D | README | 57 If an error was detected, details of the mismatch will be printed 99 instance similar to that illustrated above; otherwise details of the
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-struct_ops.rst | 45 Dump details information about the struct_ops in the system.
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 25 kernel tree for more details.) 104 For more details, see Documentation/x86/orc-unwinder.rst. 113 For more details, see the livepatch documentation in the Linux kernel 174 "noreturn" functions. See below for more details. 289 might be corrupt due to a gcc bug. For more details, see:
|
/tools/perf/bench/ |
D | numa.c | 1112 int details = g->p.show_details; in worker_thread() local 1144 if (details >= 2) { in worker_thread() 1203 if (details < 0 && !g->p.perturb_secs && !g->p.measure_convergence && !g->p.nr_secs) in worker_thread() 1248 if (details >= 1) in worker_thread() 1254 if (details >= 3) { in worker_thread() 1259 if (details >= 0) { in worker_thread()
|
/tools/usb/usbip/ |
D | INSTALL | 78 details on some of the pertinent environment variables. 86 *Note Defining Variables::, for more details. 236 `configure --help' for more details.
|
D | COPYING | 304 GNU General Public License for more details. 317 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 319 under certain conditions; type `show c' for details.
|
D | README | 88 for details.
|
/tools/lib/perf/Documentation/ |
D | libperf-counting.txt | 93 The `read_format` setup tells perf to include timing details together with each count.
|
/tools/build/Documentation/ |
D | Build.txt | 98 You can check the 'ex' example in 'tools/build/tests/ex' for more details.
|
/tools/lib/bpf/ |
D | README.rst | 148 incompatible ones, described in details in [1].
|