• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

legacy/H01-Sep-2019-1,040654

READMEH A D01-Sep-2019894 2216

VTuneWrapper.cppH A D01-Sep-20195.4 KiB170107

VTuneWrapper.hH A D01-Sep-20191.4 KiB5123

disable_warnings.hH A D01-Sep-20193.5 KiB7813

ittnotify.hH A D01-Sep-2019167.6 KiB4,1242,409

ittnotify_config.hH A D01-Sep-201920.8 KiB617487

ittnotify_static.cH A D01-Sep-201946.1 KiB1,2371,004

ittnotify_static.hH A D01-Sep-201940.7 KiB390281

ittnotify_types.hH A D01-Sep-20194.4 KiB11651

jitprofiling.cH A D01-Sep-201910.3 KiB315195

jitprofiling.hH A D01-Sep-201931.5 KiB697118

README

1VTune files imported from VTune Amplifier XE 2017 Rev 1.0.486011.
2
3To update these files, copy the following from a VTune install directory:
4    sdk/src/ittnotify/*
5
6    include/ittnotify.h
7    include/jitprofiling.h
8    include/legacy/ittnotify.h
9
10Additionally, the following changes should be propagated:
11
12    - Some static functions should be exported for use in VTuneWrapper.cpp.
13    - Per Bug 1339190, all instances of "__attribute__((weak))" must be removed,
14      or Ubuntu shell builds will randomly crash on startup.
15    - With weak attributes removed, DL_SYMBOLS and PTHREAD_SYMBOLS should
16      be defined as "(1)" to avoid -Waddress warnings.
17    - Per Bug 1377651, the __itt_null variable in ittnotify.h should be
18      made non-static, so it can be used in a non-static function.
19
20If the license has changed, update the "VTune License" section of
21    toolkit/content/license.html
22