Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182278
b: refs/heads/master
c: 8588d10
h: refs/heads/master
v: v3
  • Loading branch information
Naga Chumbalkar authored and Robert Richter committed Feb 26, 2010
1 parent 8c312a7 commit d9badc8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 98a2e73a0690b3610f049a64154d8145e5771713
refs/heads/master: 8588d1067147e14d1dd521fbadd1d2564f8cc794
9 changes: 9 additions & 0 deletions trunk/arch/x86/oprofile/op_x86_model.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ struct op_counter_config;

static inline void op_x86_warn_in_use(int counter)
{
/*
* The warning indicates an already running counter. If
* oprofile doesn't collect data, then try using a different
* performance counter on your platform to monitor the desired
* event. Delete counter #%d from the desired event by editing
* the /usr/share/oprofile/%s/<cpu>/events file. If the event
* cannot be monitored by any other counter, contact your
* hardware or BIOS vendor.
*/
pr_warning("oprofile: counter #%d on cpu #%d may already be used\n",
counter, smp_processor_id());
}
Expand Down

0 comments on commit d9badc8

Please sign in to comment.