Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
014cef91
Commit
014cef91
authored
Jan 08, 2009
by
Robert Richter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
powerpc/oprofile: fix cell/pr_util.h
Signed-off-by:
Robert Richter
<
robert.richter@amd.com
>
parent
9b93418e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
arch/powerpc/oprofile/cell/pr_util.h
arch/powerpc/oprofile/cell/pr_util.h
+2
-2
No files found.
arch/powerpc/oprofile/cell/pr_util.h
View file @
014cef91
...
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment