repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
net caif: Register properly as a pernet subsystem.
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
tools
/
perf
/
util
/
cpumap.h
blob
072c0a374794eafcdbfd628ae80c9fe1b0e88240
1
#ifndef __PERF_CPUMAP_H
2
#define __PERF_CPUMAP_H
3
4
struct
cpu_map
{
5
int
nr
;
6
int
map
[];
7
};
8
9
struct
cpu_map
*
cpu_map__new
(
const char
*
cpu_list
);
10
struct
cpu_map
*
cpu_map__dummy_new
(
void
);
11
void
cpu_map__delete
(
struct
cpu_map
*
map
);
12
13
#endif
/* __PERF_CPUMAP_H */