Searched refs:selected (Results 1 – 14 of 14) sorted by relevance
/tools/perf/Documentation/ |
D | perfconfig.example | 7 selected = lightgray, magenta
|
D | perf-config.txt | 82 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).
|
D | perf-intel-pt.txt | 85 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.
|
D | security.txt | 104 # minimum - Modification of targeted policy. Only selected processes are protected.
|
D | perf-list.txt | 16 This command displays the symbolic event types which can be selected in the
|
D | perf-script.txt | 168 For the 'wildcard' option if a user selected field is invalid for an
|
D | perf-record.txt | 454 Select AUX area sampling. At least one of the events selected by the -e option
|
/tools/bpf/bpftool/ |
D | prog.c | 1671 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/ |
D | evlist.h | 65 struct evsel *selected; member
|
D | auxtrace.c | 2162 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()
|
D | evlist.c | 1227 evlist->selected = evsel; in perf_evlist__set_selected()
|
/tools/testing/selftests/tc-testing/ |
D | README | 153 select action to perform on selected test cases 157 -s, --show Display the selected test cases
|
/tools/perf/ |
D | design.txt | 115 If a CPU is not able to count the selected event, then the system call 124 software events, selected by 'event_id':
|
D | builtin-top.c | 595 if (t->evlist->selected != NULL) in perf_top__sort_new_samples() 596 t->sym_evsel = t->evlist->selected; in perf_top__sort_new_samples()
|