~ubuntu-branches/debian/experimental/linux-tools/experimental

« back to all changes in this revision

Viewing changes to tools/perf/util/pmu.h

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-02-02 16:57:49 UTC
  • mfrom: (1.1.10) (0.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140202165749-tw94o9t1t0a8txk6
Tags: 3.13-1~exp2
Merge changes from sid up to 3.12.6-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
struct perf_pmu *perf_pmu__scan(struct perf_pmu *pmu);
43
43
 
44
44
void print_pmu_events(const char *event_glob, bool name_only);
 
45
bool pmu_have_event(const char *pname, const char *name);
45
46
 
46
47
int perf_pmu__test(void);
47
48
#endif /* __PMU_H */