From f338d1f333b50ecdbb39b922f1eb7e994869d8d0 Mon Sep 17 00:00:00 2001 From: Robert Richter Date: Thu, 8 Jan 2009 15:29:47 +0100 Subject: [PATCH] --- yaml --- r: 128225 b: refs/heads/master c: 014cef91ecef9d5e85f9c98a2efbf8a8c4710510 h: refs/heads/master i: 128223: 993804e4a77a4d7a5c800e21a603cd3b038ae515 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/oprofile/cell/pr_util.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index bcfe90093203..539ea6b04afe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9b93418e7ee59dbc96d44cfde7f65f886e54dba9 +refs/heads/master: 014cef91ecef9d5e85f9c98a2efbf8a8c4710510 diff --git a/trunk/arch/powerpc/oprofile/cell/pr_util.h b/trunk/arch/powerpc/oprofile/cell/pr_util.h index 628009c01958..bca7207bd92a 100644 --- a/trunk/arch/powerpc/oprofile/cell/pr_util.h +++ b/trunk/arch/powerpc/oprofile/cell/pr_util.h @@ -89,9 +89,9 @@ void vma_map_free(struct vma_to_fileoffset_map *map); * Entry point for SPU profiling. * cycles_reset is the SPU_CYCLES count value specified by the user. */ -int start_spu_profiling(unsigned int cycles_reset); +int start_spu_profiling_cycles(unsigned int cycles_reset); -void stop_spu_profiling(void); +void stop_spu_profiling_cycles(void); /* add the necessary profiling hooks */