Home
last modified time | relevance | path

Searched refs:inherit (Results 1 – 22 of 22) sorted by relevance

/tools/perf/tests/attr/
Dtest-record-group-sampling10 inherit=0
31 # inherit is disabled for group sampling
32 inherit=0
Dtest-record-no-inherit7 inherit=0
Dtest-stat-no-inherit7 inherit=0
Dbase-record14 inherit=1
Dbase-stat14 inherit=1
DREADME53 perf record -i kill (test-record-no-inherit)
64 perf stat -i -e cycles kill (test-stat-no-inherit)
/tools/perf/util/
Dpython.c595 inherit = 0, in pyrf_evsel__init() local
619 &attr.read_format, &disabled, &inherit, in pyrf_evsel__init()
638 attr.inherit = inherit; in pyrf_evsel__init()
674 int group = 0, inherit = 0; in pyrf_evsel__open() local
678 &pcpus, &pthreads, &group, &inherit)) in pyrf_evsel__open()
687 evsel->attr.inherit = inherit; in pyrf_evsel__open()
Dparse-events.l194 inherit { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_INHERIT); }
195 no-inherit { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_NOINHERIT); }
Devsel.h59 bool inherit; member
Devsel.c669 attr->inherit = term->val.inherit ? 1 : 0; in apply_config_terms()
745 attr->inherit = !opts->no_inherit; in perf_evsel__config()
765 attr->inherit = 0; in perf_evsel__config()
1252 PRINT_ATTRf(inherit, p_unsigned); in perf_event_attr__fprintf()
Dparse-events.c910 ADD_CONFIG_TERM(INHERIT, inherit, term->val.num ? 1 : 0); in get_config_terms()
913 ADD_CONFIG_TERM(INHERIT, inherit, term->val.num ? 0 : 1); in get_config_terms()
/tools/perf/tests/
Dtask-exit.c86 evsel->attr.inherit = 0; in test__task_exit()
Dattr.c97 WRITE_ASS(inherit, "d"); in store_event()
/tools/testing/selftests/powerpc/pmu/ebb/
Devent_attributes_test.c64 event.attr.inherit = 1; in event_attributes()
/tools/perf/Documentation/
Dperf-trace.txt65 --no-inherit::
66 Child tasks do not inherit counters.
Dperf-stat.txt50 --no-inherit::
51 child tasks do not inherit counters
Dperf-top.txt61 --inherit::
62 Child tasks do not inherit counters.
Dperf-record.txt106 --inherit.
128 --no-inherit::
129 Child tasks do not inherit counters.
Dintel-pt.txt201 inherit 1
580 inherit 1
598 inherit 1
615 inherit 1
/tools/perf/
Ddesign.txt51 inherit : 1, /* children inherit it */
199 The 'inherit' bit, if set, specifies that this counter should count
Dbuiltin-stat.c162 attr->inherit = !no_inherit; in create_perf_stat_counter()
Dbuiltin-trace.c2633 perf_evlist__first(evlist)->attr.inherit; in trace__run()