]> git.ipfire.org Git - thirdparty/squid.git/blame - lib/profiler/xprof_type.h
SourceFormat Enforcement
[thirdparty/squid.git] / lib / profiler / xprof_type.h
CommitLineData
9a1b46cc 1/*
f6e9a3ee 2 * Copyright (C) 1996-2019 The Squid Software Foundation and contributors
9a1b46cc
AJ
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 */
40e0e87f 8
25f98340
AJ
9#ifndef _PROFILER_XPROF_TYPE_H_
10#define _PROFILER_XPROF_TYPE_H_
598c5a44 11/* AUTO-GENERATED FILE */
32d002cb 12#if USE_XPROF_STATS
88bfe092 13typedef enum {
f53969cc
SM
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,
1810a0cb 49 XPROF_HttpParserParseReplyLine,
f53969cc
SM
50 XPROF_HttpParserParseReqLine,
51 XPROF_httpRequestFree,
52 XPROF_HttpServer_parseOneRequest,
53 XPROF_httpStart,
54 XPROF_HttpStateData_processReplyBody,
55 XPROF_HttpStateData_processReplyHeader,
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,
f53969cc
SM
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;
598c5a44
AJ
87#endif
88#endif
f53969cc 89