Home
last modified time | relevance | path

Searched refs:inherit (Results 1 – 24 of 24) 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-stat14 inherit=1
Dbase-record14 inherit=1
DREADME53 perf record -i kill (test-record-no-inherit)
64 perf stat -i -e cycles kill (test-stat-no-inherit)
/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/util/
Dpython.c677 inherit = 0, in pyrf_evsel__init() local
701 &attr.read_format, &disabled, &inherit, in pyrf_evsel__init()
720 attr.inherit = inherit; in pyrf_evsel__init()
757 int group = 0, inherit = 0; in pyrf_evsel__open() local
761 &pcpus, &pthreads, &group, &inherit)) in pyrf_evsel__open()
770 evsel->attr.inherit = inherit; in pyrf_evsel__open()
Dparse-events.l224 inherit { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_INHERIT); }
225 no-inherit { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_NOINHERIT); }
Devsel.h64 bool inherit; member
Devsel.c724 attr->inherit = term->val.inherit ? 1 : 0; in apply_config_terms()
809 attr->inherit = !opts->no_inherit; in perf_evsel__config()
830 attr->inherit = 0; in perf_evsel__config()
1365 PRINT_ATTRf(inherit, p_unsigned); in perf_event_attr__fprintf()
Dparse-events.c1127 ADD_CONFIG_TERM(INHERIT, inherit, term->val.num ? 1 : 0); in get_config_terms()
1130 ADD_CONFIG_TERM(INHERIT, inherit, term->val.num ? 0 : 1); in get_config_terms()
Dbpf-loader.c1420 if (attr->inherit) { in apply_config_evsel_for_key()
/tools/include/uapi/linux/
Dperf_event.h309 inherit : 1, /* children inherit it */ member
/tools/perf/Documentation/
Dperf-trace.txt65 --no-inherit::
66 Child tasks do not inherit counters.
Dperf-top.txt61 --inherit::
62 Child tasks do not inherit counters.
Dperf-stat.txt53 --no-inherit::
54 child tasks do not inherit counters
Dperf-record.txt167 --inherit.
189 --no-inherit::
190 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.c199 attr->inherit = !no_inherit; in create_perf_stat_counter()
Dbuiltin-trace.c2350 perf_evlist__first(evlist)->attr.inherit; in trace__run()