]> git.ipfire.org Git - thirdparty/squid.git/blob - lib/profiler/xprof_type.h
Boilerplate: add copyright blurbs on more files
[thirdparty/squid.git] / lib / profiler / xprof_type.h
1 /*
2 * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
3 *
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
7 */
8 #ifndef _PROFILER_XPROF_TYPE_H_
9 #define _PROFILER_XPROF_TYPE_H_
10 /* AUTO-GENERATED FILE */
11 #if USE_XPROF_STATS
12 typedef enum {
13 XPROF_PROF_UNACCOUNTED,
14 XPROF_aclCheckFast,
15 XPROF_ACL_matches,
16 XPROF_calloc,
17 XPROF_clientSocketRecipient,
18 XPROF_comm_accept,
19 XPROF_comm_check_incoming,
20 XPROF_comm_close,
21 XPROF_comm_connect_addr,
22 XPROF_comm_handle_ready_fd,
23 +XPROF_commHandleWrite,
24 XPROF_commHandleWrite,
25 XPROF_comm_open,
26 XPROF_comm_poll_normal,
27 XPROF_comm_poll_prep_pfds,
28 XPROF_comm_read_handler,
29 XPROF_comm_udp_sendto,
30 XPROF_comm_write_handler,
31 XPROF_diskHandleRead,
32 XPROF_diskHandleWrite,
33 XPROF_esiExpressionEval,
34 XPROF_esiParsing,
35 XPROF_esiProcessing,
36 XPROF_eventRun,
37 XPROF_file_close,
38 XPROF_file_open,
39 XPROF_file_read,
40 XPROF_file_write,
41 XPROF_free,
42 XPROF_free_const,
43 XPROF_hash_lookup,
44 XPROF_headersEnd,
45 XPROF_HttpHeaderClean,
46 XPROF_HttpHeader_getCc,
47 XPROF_HttpHeaderParse,
48 XPROF_HttpMsg_httpMsgParseStep,
49 XPROF_HttpParserParseReqLine,
50 XPROF_httpRequestFree,
51 XPROF_HttpServer_parseOneRequest,
52 XPROF_httpStart,
53 XPROF_HttpStateData_processReplyBody,
54 XPROF_HttpStateData_processReplyHeader,
55 XPROF_HttpStateData_readReply,
56 XPROF_InvokeHandlers,
57 XPROF_malloc,
58 XPROF_MemBuf_append,
59 XPROF_MemBuf_consume,
60 XPROF_MemBuf_consumeWhitespace,
61 XPROF_MemBuf_grow,
62 XPROF_mem_hdr_write,
63 XPROF_MemObject_write,
64 XPROF_PROF_OVERHEAD,
65 XPROF_read,
66 XPROF_realloc,
67 XPROF_recv,
68 XPROF_send,
69 XPROF_SignalEngine_checkEvents,
70 XPROF_storeClient_kickReads,
71 XPROF_storeDirCallback,
72 XPROF_StoreEntry_write,
73 XPROF_storeGet,
74 XPROF_storeGetMemSpace,
75 XPROF_storeMaintainSwapSpace,
76 XPROF_storeRelease,
77 XPROF_StringAllocAndFill,
78 XPROF_StringAppend,
79 XPROF_StringClean,
80 XPROF_StringInitBuf,
81 XPROF_StringReset,
82 XPROF_write,
83 XPROF_xcalloc,
84 XPROF_xmalloc,
85 XPROF_xrealloc,
86 XPROF_LAST } xprof_type;
87 #endif
88 #endif