Home
last modified time | relevance | path

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

/tools/perf/Documentation/
Dperfconfig.example7 selected = lightgray, magenta
Dperf-config.txt82 selected = white, lightgray
143 To change colors of selected line to other foreground and background colors
146 % perf config --system colors.selected=yellow,green
193 except 'top', 'medium', 'selected'.
195 colors.selected::
576 compute method selected).
Dperf-intel-pt.txt85 selected for reporting. e.g. sample every microsecond
200 selected by providing the PMU name followed by the "config" separated by slashes.
335 If MTC packets are selected, the default config selects a value
704 "per thread" mode is selected by -t or by --per-thread (with -p or -u or just a
706 "per cpu" is selected by -C or -a.
707 "workload only" mode is selected by not using the other options but providing a
713 In per-cpu mode all processes (or processes from the selected cgroup i.e. -G
714 option, or processes selected with -p or -u) are traced. Each cpu has its own
975 like g and l but add call chain and branch stack to the other selected events
1129 Recording is selected by using the aux-output config term e.g.
Dsecurity.txt104 # minimum - Modification of targeted policy. Only selected processes are protected.
Dperf-list.txt16 This command displays the symbolic event types which can be selected in the
Dperf-script.txt168 For the 'wildcard' option if a user selected field is invalid for an
Dperf-record.txt454 Select AUX area sampling. At least one of the events selected by the -e option
/tools/bpf/bpftool/
Dprog.c1671 bool selected; member
1739 if (!metrics[i].selected) in profile_parse_metrics()
1741 metrics[i].selected = true; in profile_parse_metrics()
1787 if (!metrics[m].selected) in profile_read_values()
1811 if (!metrics[m].selected) in profile_print_readings_json()
1834 if (!metrics[m].selected) in profile_print_readings_plain()
1839 if (r >= 0 && metrics[r].selected && in profile_print_readings_plain()
1962 if (!metrics[m].selected) in profile_open_perf_events()
/tools/perf/util/
Devlist.h65 struct evsel *selected; member
Dauxtrace.c2162 bool selected; member
2181 (args->selected && ++(args->cnt) == args->idx) || in kern_sym_match()
2182 (!args->global && !args->selected)); in kern_sym_match()
2192 if (args->selected) { in find_kern_sym_cb()
2244 .selected = idx > 0, in find_kern_sym()
Devlist.c1227 evlist->selected = evsel; in perf_evlist__set_selected()
/tools/testing/selftests/tc-testing/
DREADME153 select action to perform on selected test cases
157 -s, --show Display the selected test cases
/tools/perf/
Ddesign.txt115 If a CPU is not able to count the selected event, then the system call
124 software events, selected by 'event_id':
Dbuiltin-top.c595 if (t->evlist->selected != NULL) in perf_top__sort_new_samples()
596 t->sym_evsel = t->evlist->selected; in perf_top__sort_new_samples()