|
1
|
#include "git-compat-util.h" |
|
2
|
|
|
3
|
#include "trace2.h" |
|
4
|
|
|
5
|
/* |
|
6
|
* Stub. See sample implementations in compat/linux/procinfo.c and |
|
7
|
* compat/win32/trace2_win32_process_info.c. |
|
8
|
*/ |
|
9
|
void trace2_collect_process_info(enum trace2_process_info_reason reason UNUSED) |
|
10
|
{ |
|
11
|
} |