summaryrefslogtreecommitdiffstats
path: root/kernel/arch/mips/include/asm/perf_event.h
blob: d0c77496c7281fdca202a46ef8d453aa04557f7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * linux/arch/mips/include/asm/perf_event.h
 *
 * Copyright (C) 2010 MIPS Technologies, Inc.
 * Author: Deng-Cheng Zhu
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#ifndef __MIPS_PERF_EVENT_H__
#define __MIPS_PERF_EVENT_H__
/* Leave it empty here. The file is required by linux/perf_event.h */
#endif /* __MIPS_PERF_EVENT_H__ */
class="se">\ software-properties-common \ wget \ git \ gcc \ ssh \ expect \ build-essential\ libssl-dev\ libffi-dev\ python-matplotlib \ python-dev \ python-pip \ libjpeg62 \ libjpeg62-dev \ zlib1g-dev \ python-tk \ curl \ supervisor \ python-setuptools \ iputils-ping\ rsync \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/* RUN pip install -U pip RUN pip install 'setuptools>=17.1' RUN apt-add-repository ppa:ansible/ansible -y RUN apt-key update -y RUN apt-get update && apt-get install ansible -y RUN mkdir -p ${REPOS_DIR} RUN mkdir -p /root/.ssh RUN mkdir -p $HOME/qtip/logs RUN mkdir -p $HOME/qtip/results RUN chmod 700 /root/.ssh #Config ansible COPY ansible.cfg.default $HOME/.ansible.cfg #Cloning Repos RUN git config --global http.sslVerify false RUN git clone -b $BRANCH https://gerrit.opnfv.org/gerrit/qtip $REPOS_DIR/qtip RUN git clone https://gerrit.opnfv.org/gerrit/releng $REPOS_DIR/releng RUN cd $REPOS_DIR/qtip && pip install -U . #Config supervisor RUN mkdir -p /var/log/supervisor RUN locale-gen en_US en_US.UTF-8 COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf CMD ["/usr/bin/supervisord"]