Home
last modified time | relevance | path

Searched refs:present (Results 1 – 25 of 48) sorted by relevance

12

/tools/tracing/rtla/src/
A Dactions.c22 memset(&self->present, 0, sizeof(self->present)); in actions_init()
68 self->present[ACTION_TRACE_OUTPUT] = true; in actions_add_trace_output()
86 self->present[ACTION_SIGNAL] = true; in actions_add_signal()
102 self->present[ACTION_SHELL] = true; in actions_add_shell()
120 self->present[ACTION_CONTINUE] = true; in actions_add_continue()
A Dactions.h38 bool present[ACTION_FIELD_N]; member
A Dtimerlat_top.c826 (params->threshold_actions.present[ACTION_TRACE_OUTPUT] || in timerlat_top_parse_args()
827 params->end_actions.present[ACTION_TRACE_OUTPUT] || !params->no_aa)) in timerlat_top_parse_args()
1143 if (params->threshold_actions.present[ACTION_TRACE_OUTPUT] || in timerlat_top_main()
1144 params->end_actions.present[ACTION_TRACE_OUTPUT]) { in timerlat_top_main()
A Dtimerlat_hist.c1090 (params->threshold_actions.present[ACTION_TRACE_OUTPUT] || in timerlat_hist_parse_args()
1091 params->end_actions.present[ACTION_TRACE_OUTPUT] || !params->no_aa)) in timerlat_hist_parse_args()
1284 if (params->threshold_actions.present[ACTION_TRACE_OUTPUT] || in timerlat_hist_main()
1285 params->end_actions.present[ACTION_TRACE_OUTPUT]) { in timerlat_hist_main()
/tools/testing/selftests/cpufreq/
A Dcpufreq.sh232 present=$(cat $SYSFS/power/state | grep $filename)
234 if [ -z "$present" ]; then
/tools/rcu/
A Dextract-stall.sh5 echo Extract any RCU CPU stall warnings present in specified file.
/tools/testing/selftests/firmware/
A Dsettings3 # present, each with 2 "nowait" functions tested 5 times. Expected time for a
/tools/testing/selftests/power_supply/
A Dtest_power_supply_properties.sh64 test_sysfs_prop_optional_range present 0 1
/tools/testing/selftests/net/netfilter/packetdrill/
A Dconntrack_synack_reuse.pkt7 // should show a match if bug is present:
/tools/testing/selftests/tc-testing/
A DTODO.txt4 present, prevent the related categories from running.
/tools/testing/selftests/cpu-hotplug/
A Dcpu-on-off-test.sh41 present_cpus=`cat $SYSFS/devices/system/cpu/present`
/tools/perf/Documentation/
A Dperf-check.txt6 perf-check - check if features are present in perf
A Dperf-dlfilter.txt123 PERF_DLFILTER_HAS_MACHINE_PID will be defined if they are present at compile time.
171 before calling. Returns 0 on success, -1 otherwise. Call al_cleanup() (if present,
182 'al_cleanup' must be called (if present, so check perf_dlfilter_fns.al_cleanup != NULL)
A Dintel-bts.txt10 consequence the present implementation is limited to per-thread recording.
A Dperf-trace.txt209 Implies '--call-graph dwarf' when --call-graph not present on the
212 Default: /proc/sys/kernel/perf_event_max_stack when present for
219 Implies '--call-graph dwarf' when --call-graph not present on the
A Dperf-annotate.txt92 present, as when piping to other commands, the stdio interface is
A Dperf-kwork.txt152 Display call chains if present (default off).
A Dperf-sched.txt154 Display call chains if present (default on).
/tools/mm/
A Dthpmaps398 present = pmes & PM_PAGE_PRESENT != 0
400 pfns = pfns[present]
402 vfns = vfns[present]
A Dpage-types.c332 int present; in page_flag_name() local
336 present = (flags >> i) & 1; in page_flag_name()
338 if (present) in page_flag_name()
342 buf[j++] = present ? page_flag_names[i][0] : '_'; in page_flag_name()
/tools/testing/selftests/kvm/lib/x86/
A Dprocessor.c58 indent, "", segment->present, segment->dpl, in segment_dump()
428 desc->p = segp->present; in kvm_seg_fill_gdt_64bit()
450 segp->present = 1; in kvm_seg_set_kernel_code_64bit()
463 segp->present = true; in kvm_seg_set_kernel_data_64bit()
488 segp->present = 1; in kvm_seg_set_tss_64bit()
/tools/bpf/bpftool/bash-completion/
A Dbpftool9 # it is not already present on the command line. Returns no value.
26 # Takes a list of words as argument; if any of those words is present on the
40 # is already present on the command line. Returns no value.
833 # 'value' is present, but is not the last
841 # 'key' is present, but is not the last
/tools/testing/selftests/net/forwarding/
A DREADME87 present, so it can contain any shell code. Typically it will contain
/tools/power/cpupower/bench/
A DREADME-BENCH103 Provide a gnuplot utility script for easy generation of plots to present
/tools/bpf/bpftool/Documentation/
A Dbpftool-btf.rst55 both key and value (**kv**), or all BTF types present in associated BTF

Completed in 27 milliseconds

12