/*
 * Metrics for papi PMDA
 *
 * Copyright (c) 2014-2015 Red Hat, Inc.  All Rights Reserved.
 * 
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by the
 * Free Software Foundation; either version 2 of the License, or (at your
 * option) any later version.
 * 
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 * for more details.
 */

papi {
    system		PAPI:*:*
    control
    available
}

papi.control {
    enable		PAPI:1:0
    reset		PAPI:1:1
    disable		PAPI:1:2
    status		PAPI:1:3
    auto_enable		PAPI:1:4
    multiplex		PAPI:1:5
}

papi.available {
    num_counters	PAPI:2:0
    version		PAPI:2:1
}
