x86/oprofile: introduce oprofile_add_data64()
authorRobert Richter <robert.richter@amd.com>
Wed, 3 Jun 2009 18:54:56 +0000 (20:54 +0200)
committerRobert Richter <robert.richter@amd.com>
Thu, 11 Jun 2009 18:16:00 +0000 (20:16 +0200)
The IBS implemention writes 64 bit register values to the cpu buffer
by writing two 32 values using oprofile_add_data(). This patch
introduces oprofile_add_data64() to write a single 64 bit value to the
buffer.

Signed-off-by: Robert Richter <robert.richter@amd.com>

No differences found