-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathmica_all.h
More file actions
21 lines (19 loc) · 741 Bytes
/
Copy pathmica_all.h
File metadata and controls
21 lines (19 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
* This file is part of MICA, a Pin tool to collect
* microarchitecture-independent program characteristics using the Pin
* instrumentation framework.
*
* Please see the README.txt file distributed with the MICA release for more
* information.
*/
#include "mica.h"
#include "mica_utils.h"
VOID init_all();
ADDRINT returnArg(BOOL arg);
VOID all_instr_full_count_always();
VOID all_instr_full_count_for_hpc_alignment_no_rep();
VOID all_instr_full_count_for_hpc_alignment_with_rep(UINT32 repCnt);
VOID all_instr_intervals_count_always();
VOID all_instr_intervals_count_for_hpc_alignment_no_rep();
VOID all_instr_intervals_count_for_hpc_alignment_with_rep(UINT32 repCnt);
VOID instrument_all(INS ins, VOID* v, ins_buffer_entry* e);