Home
last modified time | relevance | path

Searched refs:disabled (Results 1 – 25 of 30) sorted by relevance

12

/tools/perf/tests/attr/
Dtest-record-group-sampling29 disabled=0
31 # inherit is disabled for group sampling
34 # sampling disabled
Dtest-stat-group114 disabled=0
Dtest-stat-C08 disabled=0
Dtest-stat-group14 disabled=0
Dtest-record-group20 disabled=0
Dtest-record-group121 disabled=0
Dbase-record13 disabled=1
Dbase-stat13 disabled=1
/tools/testing/selftests/powerpc/pmu/
Dper_event_excludes.c40 e->attr.disabled = 1; in per_event_excludes()
45 e->attr.disabled = 1; in per_event_excludes()
52 e->attr.disabled = 1; in per_event_excludes()
59 e->attr.disabled = 1; in per_event_excludes()
Dcount_instructions.c23 e->attr.disabled = 1; in setup_event()
/tools/power/cpupower/utils/
Dcpuidle-set.c32 int ret = 0, cont = 1, param = 0, disabled; in cmd_idle_set() local
147 disabled = sysfs_is_idlestate_disabled in cmd_idle_set()
153 if (disabled == 1 || latency > state_latency) in cmd_idle_set()
163 disabled = sysfs_is_idlestate_disabled in cmd_idle_set()
165 if (disabled == 1) { in cmd_idle_set()
Dcpuidle-info.c51 int disabled = sysfs_is_idlestate_disabled(cpu, idlestate); in cpuidle_cpu_output() local
53 if (disabled < 0) in cpuidle_cpu_output()
54 disabled = 0; in cpuidle_cpu_output()
58 printf("%s%s:\n", tmp, (disabled) ? " (DISABLED) " : ""); in cpuidle_cpu_output()
/tools/perf/
Ddesign.txt50 __u64 disabled : 1, /* off by default */
195 The 'disabled' bit specifies whether the counter starts out disabled
196 or enabled. If it is initially disabled, it can be enabled by ioctl
211 until the counter is subsequently enabled or disabled.
408 Counters can be enabled and disabled in two ways: via ioctl and via
409 prctl. When a counter is disabled, it doesn't count or generate
416 or disabled with
422 whole group; that is, while the group leader is disabled, none of the
432 to enable a counter for 'nr' events, after which it gets disabled again.
Dbuiltin-record.c313 bool disabled = false, draining = false; in __cmd_record() local
482 if (done && !disabled && !target__none(&opts->target)) { in __cmd_record()
484 disabled = true; in __cmd_record()
/tools/perf/tests/
Dsw-clock.c34 .disabled = 1, in __test__sw_clock_freq()
Dbp_signal_overflow.c91 pe.disabled = 1; in test__bp_signal_overflow()
Dbp_signal.c78 pe.disabled = 1; in bp_event()
Dkeep-tracking.c89 evsel->attr.disabled = 1; in test__keep_tracking()
Dattr.c96 WRITE_ASS(disabled, "d"); in store_event()
Dperf-time-to-tsc.c78 evsel->attr.disabled = 1; in test__perf_time_to_tsc()
Dcode-reading.c499 evsel->attr.disabled = 1; in do_test_code_reading()
/tools/perf/util/
Dpython.c547 u32 disabled = 0, in pyrf_evsel__init() local
571 &attr.read_format, &disabled, &inherit, in pyrf_evsel__init()
589 attr.disabled = disabled; in pyrf_evsel__init()
Devsel.c713 attr->disabled = 1; in perf_evsel__config()
724 attr->disabled = 0; in perf_evsel__config()
1018 ret += PRINT_ATTR2(disabled, inherit); in perf_event_attr__fprintf()
2002 if_print(disabled); in perf_evsel__fprintf()
/tools/perf/Documentation/
Dperf-record.txt209 inheritance is automatically disabled. --per-thread is ignored with a warning
Dperf-script.txt84 Show latency attributes (irqs/preemption disabled, etc).

12