forked from giani/pp-report
-
Notifications
You must be signed in to change notification settings - Fork 0
/
report.tex
61 lines (44 loc) · 1.43 KB
/
report.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
\documentclass[10pt,twocolumn]{article}
\usepackage{times}
\usepackage{fullpage}
\usepackage{listings}
\usepackage{graphicx}
\usepackage{multirow}
\usepackage{clrscode3e}
\begin{document}
\title{\bf Detecting RCU bugs}
\author{Dhaval Giani and Akshay Kumar}
\date{}
\maketitle
\thispagestyle{empty}
\lstset{language=C,basicstyle=\ttfamily,tabsize=4, columns=fullflexible}
\begin{abstract}
\input{abstract}
\end{abstract}
\section{Introduction}\label{sec:intro}
\input{introduction}
\section{Background}\label{sec:back}
\input{background}
\section{Proposal}\label{sec:proposal}
\input{proposal}
\section{Approach}\label{sec:appr}
\input{approach}
\section{Implementation}\label{sec:impl}
\input{implementation}
\section{Results}\label{sec:results}
\input{results}
\section{Related Work}\label{sec:related}
\input{related}
\section{Conclusions}\label{sec:conclusions}
\input{conclusions}
\section{Acknowledgements}
We are indebted to Professors Ashvin Goel and Angela Demke Brown who
guided us through this project. We are also extremely grateful to the
rest of the DynamoRio-Kernel group for the extended discussion and
assistance while debugging. We are also grateful to Dr Paul E. McKenney
for his valuable input in deciding the goals of this project. Finally
we are also extremely grateful to Professor Cristiana Amza for offering
this course and allowing us to pursue this project.
\bibliography{db}
\bibliographystyle{abbrv}
\end{document}