HPCToolkit
kernel_blocking_stub.c
Go to the documentation of this file.
1 // * BeginRiceCopyright *****************************************************
2 //
3 // --------------------------------------------------------------------------
4 // Part of HPCToolkit (hpctoolkit.org)
5 //
6 // Information about sources of support for research and development of
7 // HPCToolkit is at 'hpctoolkit.org' and in 'README.Acknowledgments'.
8 // --------------------------------------------------------------------------
9 //
10 // Copyright ((c)) 2002-2019, Rice University
11 // All rights reserved.
12 //
13 // Redistribution and use in source and binary forms, with or without
14 // modification, are permitted provided that the following conditions are
15 // met:
16 //
17 // * Redistributions of source code must retain the above copyright
18 // notice, this list of conditions and the following disclaimer.
19 //
20 // * Redistributions in binary form must reproduce the above copyright
21 // notice, this list of conditions and the following disclaimer in the
22 // documentation and/or other materials provided with the distribution.
23 //
24 // * Neither the name of Rice University (RICE) nor the names of its
25 // contributors may be used to endorse or promote products derived from
26 // this software without specific prior written permission.
27 //
28 // This software is provided by RICE and contributors "as is" and any
29 // express or implied warranties, including, but not limited to, the
30 // implied warranties of merchantability and fitness for a particular
31 // purpose are disclaimed. In no event shall RICE or contributors be
32 // liable for any direct, indirect, incidental, special, exemplary, or
33 // consequential damages (including, but not limited to, procurement of
34 // substitute goods or services; loss of use, data, or profits; or
35 // business interruption) however caused and on any theory of liability,
36 // whether in contract, strict liability, or tort (including negligence
37 // or otherwise) arising in any way out of the use of this software, even
38 // if advised of the possibility of such damage.
39 //
40 // ******************************************************* EndRiceCopyright *
41 
42 #include "kernel_blocking.h"
43 
45 {
46 }
47 
48 void
49 kernel_block_handler( event_thread_t *current_event, void *context,
50  sample_val_t sv, perf_mmap_data_t *mmap_data)
51 {
52 }
53 
void kernel_blocking_init()
void kernel_block_handler(event_thread_t *current_event, void *context, sample_val_t sv, perf_mmap_data_t *mmap_data)