Searched refs:sample_cpu (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/tools/perf/python/ |
D | twatch.py | 38 print("cpu: {0}, pid: {1}, tid: {2} {3}".format(event.sample_cpu,
|
/Linux-v5.10/tools/perf/util/ |
D | record.h | 28 bool sample_cpu; member
|
D | python.c | 142 sample_member_def(sample_cpu, cpu, T_UINT, "event cpu"),
|
D | evsel.c | 1137 if (target__has_cpu(&opts->target) || opts->sample_cpu) in evsel__config()
|
/Linux-v5.10/tools/perf/ |
D | builtin-record.c | 2479 OPT_BOOLEAN(0, "sample-cpu", &record.opts.sample_cpu, "Record the sample cpu"),
|