diff options
| author | KAMEZAWA Hiroyuki <[email protected]> | 2009-09-22 16:45:43 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2009-09-23 07:39:41 -0700 |
| commit | c30bb2a25fcfde6157e6154a32c14686fb0bedbe (patch) | |
| tree | afa4811d46e5f9035a035b2c8c864bbb6c5af049 /tools/perf/scripts | |
| parent | 2ef43ec772551e975a6ea7cf22b59c84955aadf9 (diff) | |
kcore: add kclist types
Presently, kclist_add() only eats start address and size as its arguments.
Considering to make kclist dynamically reconfigulable, it's necessary to
know which kclists are for System RAM and which are not.
This patch add kclist types as
KCORE_RAM
KCORE_VMALLOC
KCORE_TEXT
KCORE_OTHER
This "type" is used in a patch following this for detecting KCORE_RAM.
Signed-off-by: KAMEZAWA Hiroyuki <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: WANG Cong <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions