X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Foprofile%2Foprof.h;h=4ae4ff97b5b80aee291ae8838f7157ed7d2b23a2;hb=a2f44b27303a5353859d77a3e96a1d3f33f56ab7;hp=18323650806e58013820984bbe69bd16aabbda4e;hpb=134734d875a0a48d994ef20b9905209b4b8b6f75;p=linux-2.6.git diff --git a/drivers/oprofile/oprof.h b/drivers/oprofile/oprof.h index 183236508..4ae4ff97b 100644 --- a/drivers/oprofile/oprof.h +++ b/drivers/oprofile/oprof.h @@ -35,5 +35,8 @@ void oprofile_create_files(struct super_block * sb, struct dentry * root); void oprofile_timer_init(struct oprofile_operations * ops); int oprofile_set_backtrace(unsigned long depth); + +int oprofile_set_active(int active_domains[], unsigned int adomains); +int oprofile_set_passive(int passive_domains[], unsigned int pdomains); #endif /* OPROF_H */