Home
last modified time | relevance | path

Searched refs:selected (Results 1 – 15 of 15) sorted by relevance

/tools/perf/Documentation/
A Dperfconfig.example7 selected = lightgray, magenta
A Dperf-config.txt82 selected = white, lightgray
141 To change colors of selected line to other foreground and background colors
144 % perf config --system colors.selected=yellow,green
191 except 'top', 'medium', 'selected'.
193 colors.selected::
621 compute method selected).
A Dperf-intel-pt.txt85 selected for reporting. e.g. sample every microsecond
167 every change of timestamp, but at the expense of accuracy. That is selected by
195 branches, and supports 2 additional modes selected by option:
385 If MTC packets are selected, the default config selects a value
815 "per cpu" is selected by -C or -a.
822 In per-cpu mode all processes (or processes from the selected cgroup i.e. -G
823 option, or processes selected with -p or -u) are traced. Each cpu has its own
1116 like g and l but add call chain and branch stack to the other selected events
1289 Recording is selected by using the aux-output config term e.g.
1760 Event trace is selected for recording using the "event" config term. e.g.
[all …]
A Dsecurity.txt104 # minimum - Modification of targeted policy. Only selected processes are protected.
A Dperf-list.txt16 This command displays the symbolic event types which can be selected in the
A Dperf-record.txt391 User space tasks can migrate between CPUs, so when tracing selected CPUs,
542 Select AUX area sampling. At least one of the events selected by the -e option
A Dperf-script.txt186 For the 'wildcard' option if a user selected field is invalid for an
/tools/perf/arch/x86/util/
A Diostat.c403 struct iio_root_port *rp = evlist->selected->priv; in iostat_prefix()
466 perf_device = evlist->selected->priv; in iostat_print_counters()
/tools/bpf/bpftool/
A Dprog.c2042 bool selected; member
2138 if (!metrics[i].selected) in profile_parse_metrics()
2140 metrics[i].selected = true; in profile_parse_metrics()
2186 if (!metrics[m].selected) in profile_read_values()
2210 if (!metrics[m].selected) in profile_print_readings_json()
2233 if (!metrics[m].selected) in profile_print_readings_plain()
2238 if (r >= 0 && metrics[r].selected && in profile_print_readings_plain()
2384 if (!metrics[m].selected) in profile_open_perf_events()
/tools/perf/util/
A Devlist.h72 struct evsel *selected; member
A Dauxtrace.c2403 bool selected; member
2422 (args->selected && ++(args->cnt) == args->idx) || in kern_sym_match()
2423 (!args->global && !args->selected)); in kern_sym_match()
2433 if (args->selected) { in find_kern_sym_cb()
2485 .selected = idx > 0, in find_kern_sym()
A Dstat-display.c702 os->evsel->priv != os->evsel->evlist->selected->priv) in print_metric_header()
1599 evlist->selected = evlist__first(evlist); in evlist__print_counters()
A Devlist.c1326 evlist->selected = evsel; in evlist__set_selected()
/tools/perf/
A Ddesign.txt118 If a CPU is not able to count the selected event, then the system call
127 software events, selected by 'event_id':
A Dbuiltin-top.c600 if (t->evlist->selected != NULL) in perf_top__sort_new_samples()
601 t->sym_evsel = t->evlist->selected; in perf_top__sort_new_samples()

Completed in 31 milliseconds