Summary: | Power tracepoints use the wrong header in 2.6.32-rc7 | ||
---|---|---|---|
Product: | systemtap | Reporter: | Josh Stone <jistone> |
Component: | tapsets | Assignee: | Unassigned <systemtap> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Bug Depends on: | |||
Bug Blocks: | 10907 |
Description
Josh Stone
2009-11-18 21:27:45 UTC
commit 508968a7d10bbae3b9fbc33bf3d3b1e62a8a018a Author: Josh Stone <jistone@redhat.com> Date: Wed Nov 18 13:32:22 2009 -0800 PR10983: Give preference to tracepoints in trace/events/ In 2.6.32-rc7, there are two power.h tracepoints headers, and only the one in trace/events/ is valid. In general, we can expect that trace/events/ has newer headers, so we should search those first. * tapsets.cxx (tracepoint_builder::init_dw): Search /events/ first. |