Searched refs:selected (Results 1 – 15 of 15) sorted by relevance
| /tools/perf/Documentation/ |
| A D | perfconfig.example | 7 selected = lightgray, magenta
|
| A D | perf-config.txt | 82 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 D | perf-intel-pt.txt | 85 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 D | security.txt | 104 # minimum - Modification of targeted policy. Only selected processes are protected.
|
| A D | perf-list.txt | 16 This command displays the symbolic event types which can be selected in the
|
| A D | perf-record.txt | 391 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 D | perf-script.txt | 186 For the 'wildcard' option if a user selected field is invalid for an
|
| /tools/perf/arch/x86/util/ |
| A D | iostat.c | 403 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 D | prog.c | 2042 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 D | evlist.h | 72 struct evsel *selected; member
|
| A D | auxtrace.c | 2403 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 D | stat-display.c | 702 os->evsel->priv != os->evsel->evlist->selected->priv) in print_metric_header() 1599 evlist->selected = evlist__first(evlist); in evlist__print_counters()
|
| A D | evlist.c | 1326 evlist->selected = evsel; in evlist__set_selected()
|
| /tools/perf/ |
| A D | design.txt | 118 If a CPU is not able to count the selected event, then the system call 127 software events, selected by 'event_id':
|
| A D | builtin-top.c | 600 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