]> 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-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_comm_open,
25 XPROF_comm_poll_normal,
26 XPROF_comm_poll_prep_pfds,
27 XPROF_comm_read_handler,
28 XPROF_comm_udp_sendto,
29 XPROF_comm_write_handler,
30 XPROF_diskHandleRead,
31 XPROF_diskHandleWrite,
32 XPROF_esiExpressionEval,
33 XPROF_esiParsing,
34 XPROF_esiProcessing,
35 XPROF_eventRun,
36 XPROF_file_close,
37 XPROF_file_open,
38 XPROF_file_read,
39 XPROF_file_write,
40 XPROF_free,
41 XPROF_free_const,
42 XPROF_hash_lookup,
43 XPROF_headersEnd,
44 XPROF_HttpHeaderClean,
45 XPROF_HttpHeader_getCc,
46 XPROF_HttpHeaderParse,
47 XPROF_HttpMsg_httpMsgParseStep,
48 XPROF_HttpParserParseReqLine,
49 XPROF_httpRequestFree,
50 XPROF_HttpServer_parseOneRequest,
51 XPROF_httpStart,
52 XPROF_HttpStateData_processReplyBody,
53 XPROF_HttpStateData_processReplyHeader,
54 XPROF_InvokeHandlers,
55 XPROF_malloc,
56 XPROF_MemBuf_append,
57 XPROF_MemBuf_consume,
58 XPROF_MemBuf_consumeWhitespace,
59 XPROF_MemBuf_grow,
60 XPROF_mem_hdr_write,
61 XPROF_MemObject_write,
62 XPROF_PROF_OVERHEAD,
63 XPROF_read,
64 XPROF_realloc,
65 XPROF_recv,
66 XPROF_send,
67 XPROF_SignalEngine_checkEvents,
68 XPROF_storeClient_kickReads,
69 XPROF_storeDirCallback,
70 XPROF_StoreEntry_write,
71 XPROF_storeGet,
72 XPROF_storeGetMemSpace,
73 XPROF_storeMaintainSwapSpace,
74 XPROF_storeRelease,
75 XPROF_StringAllocAndFill,
76 XPROF_StringAppend,
77 XPROF_StringClean,
78 XPROF_StringInitBuf,
79 XPROF_StringReset,
80 XPROF_write,
81 XPROF_xcalloc,
82 XPROF_xmalloc,
83 XPROF_xrealloc,
84 XPROF_LAST
85 } xprof_type;
86 #endif
87 #endif
88