Home
last modified time | relevance | path

Searched refs:details (Results 1 – 25 of 37) sorted by relevance

12

/tools/perf/
Dbuiltin-evlist.c21 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/
Devsel_fprintf.c38 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()
Devsel_fprintf.h18 int evsel__fprintf(struct evsel *evsel, struct perf_attr_details *details, FILE *fp);
Dmetricgroup.h56 bool raw, bool details);
Dmetricgroup.c495 bool raw, bool details) in metricgroup__print() argument
554 if (details) { in metricgroup__print()
/tools/perf/Documentation/
Dperf-c2c.txt28 - 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.
Dperf-kallsyms.txt24 Increase verbosity level, showing details about symbol table loading, etc.
Ditrace.txt43 large PEBS. Refer linkperf:perf-intel-pt[1] man page for details.
Dperf-buildid-cache.txt20 For more details, see linkperf:perf-probe[1].
Dperf-script-python.txt28 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
Dperf-list.txt35 --details::
126 details. Some of them are referenced in the SEE ALSO section below.
Dperf-top.txt185 perf-report man pages for details.
191 enabled. See the `overhead calculation' section for more details.
Dtopdown.txt8 For more details on Topdown see [1][5]
/tools/perf/tests/attr/
DREADME7 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/
DREADME24 Further details on building and running KFST can be found in:
/tools/testing/selftests/arm64/fp/
DREADME57 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/
Dbpftool-struct_ops.rst45 Dump details information about the struct_ops in the system.
/tools/objtool/Documentation/
Dstack-validation.txt25 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/
Dnuma.c1112 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/
DINSTALL78 details on some of the pertinent environment variables.
86 *Note Defining Variables::, for more details.
236 `configure --help' for more details.
DCOPYING304 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.
DREADME88 for details.
/tools/lib/perf/Documentation/
Dlibperf-counting.txt93 The `read_format` setup tells perf to include timing details together with each count.
/tools/build/Documentation/
DBuild.txt98 You can check the 'ex' example in 'tools/build/tests/ex' for more details.
/tools/lib/bpf/
DREADME.rst148 incompatible ones, described in details in [1].

12