Searched defs:per_thread (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | target.h | 16 bool per_thread; member
|
| H A D | session.c | 1257 deliver_sample_value(struct evlist * evlist,const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct sample_read_value * v,struct machine * machine,bool per_thread) deliver_sample_value() argument 1295 deliver_sample_group(struct evlist * evlist,const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine,u64 read_format,bool per_thread) deliver_sample_group() argument 1321 bool per_thread = perf_evsel__attr_has_per_thread_sample_period(&evsel->core); evlist__deliver_sample() local
|
| /linux/tools/lib/perf/ |
| H A D | evsel.c | 567 perf_sample_id__get_period_storage(struct perf_sample_id * sid,u32 tid,bool per_thread) perf_sample_id__get_period_storage() argument
|
| /linux/tools/perf/ |
| H A D | builtin-record.c | 1065 bool per_thread = evlist__per_thread(evlist); in record__thread_data_init_maps() local
|
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 8964 const bool per_thread = cai->flags & CSTATE_COUNTER_FLAG_COLLECT_PER_THREAD; in cstate_perf_init_() local
|