Searched refs:sample_cpu (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/tools/perf/python/ |
A D | twatch.py | 38 print("cpu: {0}, pid: {1}, tid: {2} {3}".format(event.sample_cpu,
|
/linux-6.3-rc2/tools/perf/util/ |
A D | record.h | 29 bool sample_cpu; member
|
A D | python.c | 193 sample_member_def(sample_cpu, cpu, T_UINT, "event cpu"),
|
A D | evsel.c | 1247 if (target__has_cpu(&opts->target) || opts->sample_cpu) in evsel__config()
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-record.c | 3397 OPT_BOOLEAN(0, "sample-cpu", &record.opts.sample_cpu, "Record the sample cpu"),
|
Completed in 27 milliseconds