Hello everyone

I am using perf on an Intel Sandy Bridge Numa System and I have a question 
about the samples taken with perf mem record:

What is the meaning of the weight value and source of a sample?

Since the measurement is made using Intel's event CDH, umask 01H (Table 19-7 of 
the manual),
 I would expect this value to be as what is described in the manual:
 
"The load latency provides software a means to characterize the average load 
latency to different levels of cache/memory hierarchy ... This field measures 
the load latency from load's first dispatch of till final data writeback from 
the memory subsystem. The latency is reported for retired demand load 
operations and in core cycles (it accounts for re-dispatches)" (18.9.4.2).

But I have not found any source that confirms whether perf is taking
this value or not. Could anyone confirm me if these are the values
that perf is putting on the samples or point me to the place in the
code where it is being done?

--
To unsubscribe from this list: send the line "unsubscribe linux-perf-users" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to