auxtrace.c (f26e8817b235d8764363bffcc9cbfc61867371f2) | auxtrace.c (a43783aeec5fac8ef372ff8c0a5bbb3056fc0604) |
---|---|
1/* 2 * auxtrace.c: AUX area tracing support 3 * Copyright (c) 2013-2014, Intel Corporation. 4 * 5 * This program is free software; you can redistribute it and/or modify it 6 * under the terms and conditions of the GNU General Public License, 7 * version 2, as published by the Free Software Foundation. 8 * 9 * This program is distributed in the hope it will be useful, but WITHOUT 10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 * more details. 13 * 14 */ 15 | 1/* 2 * auxtrace.c: AUX area tracing support 3 * Copyright (c) 2013-2014, Intel Corporation. 4 * 5 * This program is free software; you can redistribute it and/or modify it 6 * under the terms and conditions of the GNU General Public License, 7 * version 2, as published by the Free Software Foundation. 8 * 9 * This program is distributed in the hope it will be useful, but WITHOUT 10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 * more details. 13 * 14 */ 15 |
16#include <errno.h> |
|
16#include <stdbool.h> 17 18#include "../../util/header.h" 19#include "../../util/debug.h" 20#include "../../util/pmu.h" 21#include "../../util/auxtrace.h" 22#include "../../util/intel-pt.h" 23#include "../../util/intel-bts.h" --- 60 unchanged lines hidden --- | 17#include <stdbool.h> 18 19#include "../../util/header.h" 20#include "../../util/debug.h" 21#include "../../util/pmu.h" 22#include "../../util/auxtrace.h" 23#include "../../util/intel-pt.h" 24#include "../../util/intel-bts.h" --- 60 unchanged lines hidden --- |