Searched refs:sample_cpu (Results 1 – 5 of 5) sorted by relevance
/tools/perf/python/ |
D | twatch.py | 45 print "cpu: %2d, pid: %4d, tid: %4d" % (event.sample_cpu,
|
/tools/perf/ |
D | perf.h | 48 bool sample_cpu; member
|
D | builtin-record.c | 1447 OPT_BOOLEAN(0, "sample-cpu", &record.opts.sample_cpu, "Record the sample cpu"),
|
/tools/perf/util/ |
D | python.c | 65 sample_member_def(sample_cpu, cpu, T_UINT, "event cpu"),
|
D | evsel.c | 885 if (target__has_cpu(&opts->target) || opts->sample_cpu) in perf_evsel__config()
|