]> git.ipfire.org Git - thirdparty/squid.git/blob - lib/profiler/xprof_type.h
SourceFormat Enforcement
[thirdparty/squid.git] / lib / profiler / xprof_type.h
1 /*
2 * Copyright (C) 1996-2015 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
9 #ifndef _PROFILER_XPROF_TYPE_H_
10 #define _PROFILER_XPROF_TYPE_H_
11 /* AUTO-GENERATED FILE */
12 #if USE_XPROF_STATS
13 typedef enum {
14 XPROF_PROF_UNACCOUNTED,
15 XPROF_aclCheckFast,
16 XPROF_ACL_matches,
17 XPROF_calloc,
18 XPROF_clientSocketRecipient,
19 XPROF_comm_accept,
20 XPROF_comm_check_incoming,
21 XPROF_comm_close,
22 XPROF_comm_connect_addr,
23 XPROF_comm_handle_ready_fd,
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_InvokeHandlers,
56 XPROF_malloc,
57 XPROF_MemBuf_append,
58 XPROF_MemBuf_consume,
59 XPROF_MemBuf_consumeWhitespace,
60 XPROF_MemBuf_grow,
61 XPROF_mem_hdr_write,
62 XPROF_MemObject_write,
63 XPROF_PROF_OVERHEAD,
64 XPROF_read,
65 XPROF_realloc,
66 XPROF_recv,
67 XPROF_send,
68 XPROF_SignalEngine_checkEvents,
69 XPROF_storeClient_kickReads,
70 XPROF_storeDirCallback,
71 XPROF_StoreEntry_write,
72 XPROF_storeGet,
73 XPROF_storeGetMemSpace,
74 XPROF_storeMaintainSwapSpace,
75 XPROF_storeRelease,
76 XPROF_StringAllocAndFill,
77 XPROF_StringAppend,
78 XPROF_StringClean,
79 XPROF_StringInitBuf,
80 XPROF_StringReset,
81 XPROF_write,
82 XPROF_xcalloc,
83 XPROF_xmalloc,
84 XPROF_xrealloc,
85 XPROF_LAST
86 } xprof_type;
87 #endif
88 #endif
89