repo_full_name
stringlengths
6
93
repo_url
stringlengths
25
112
repo_api_url
stringclasses
28 values
owner
stringclasses
28 values
repo_name
stringclasses
28 values
description
stringclasses
28 values
stars
int64
617
98.8k
forks
int64
31
355
watchers
int64
990
999
license
stringclasses
2 values
default_branch
stringclasses
2 values
repo_created_at
timestamp[s]date
2012-07-24 23:12:50
2025-06-16 08:07:28
repo_updated_at
timestamp[s]date
2026-02-23 15:23:15
2026-05-03 18:52:12
repo_topics
listlengths
0
13
repo_languages
unknown
is_fork
bool
1 class
open_issues
int64
3
104
file_path
stringlengths
3
208
file_name
stringclasses
509 values
file_extension
stringclasses
1 value
file_size_bytes
int64
101
84k
file_url
stringclasses
627 values
file_raw_url
stringclasses
627 values
file_sha
stringclasses
624 values
language
stringclasses
8 values
parsed_at
stringdate
2026-05-04 01:12:36
2026-05-04 19:41:55
text
stringlengths
100
102k
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
backend/usb-unix.c
null
null
null
null
null
null
C
2026-05-04T19:09:11.770846
/* * USB port backend for CUPS. * * This file is included from "usb.c" when compiled on UNIX/Linux. * * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2013 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * * Licensed under Apache License v2.0. See the file "LIC...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
berkeley/lpc.c
null
null
null
null
null
null
C
2026-05-04T19:09:11.774898
/* * "lpc" command for CUPS. * * Copyright © 2020-2024 by OpenPrinting. * Copyright 2007-2014 by Apple Inc. * Copyright 1997-2006 by Easy Software Products. * * Licensed under Apache License v2.0. See the file "LICENSE" for more information. */ /* * Include necessary headers... */ #include <cups/cups-priva...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
backend/usb.c
null
null
null
null
null
null
C
2026-05-04T19:09:11.787831
/* * USB printer backend for CUPS. * * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2012 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ /* * Include necessary headers...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
backend/usb-libusb.c
null
null
null
null
null
null
C
2026-05-04T19:09:11.836539
/* * LIBUSB interface code for CUPS. * * Copyright © 2020-2025 by OpenPrinting. * Copyright © 2007-2019 by Apple Inc. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ #include <libusb.h> #include <cups/cups-private.h> #include <cups/ppd-private.h> #include <cups/dir.h>...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
berkeley/lpr.c
null
null
null
null
null
null
C
2026-05-04T19:09:11.867701
/* * "lpr" command for CUPS. * * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ /* * Include necessary headers... */ #include <cups/cup...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
berkeley/lprm.c
null
null
null
null
null
null
C
2026-05-04T19:09:11.886876
/* * "lprm" command for CUPS. * * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2018 by Apple Inc. * Copyright © 1997-2006 by Easy Software Products. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ /* * Include necessary headers... */ #include <cups/cu...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
berkeley/lpq.c
null
null
null
null
null
null
C
2026-05-04T19:09:12.039242
/* * "lpq" command for CUPS. * * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2018 by Apple Inc. * Copyright © 1997-2006 by Easy Software Products. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ /* * Include necessary headers... */ #include <cups/cup...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cgi-bin/classes.c
null
null
null
null
null
null
C
2026-05-04T19:09:12.375234
/* * Class status CGI for CUPS. * * Copyright © 2020-2025 by OpenPrinting. * Copyright © 2007-2016 by Apple Inc. * Copyright © 1997-2006 by Easy Software Products. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ #include "cgi-private.h" /* * Local functions... */...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cgi-bin/cgi.h
null
null
null
null
null
null
C
2026-05-04T19:09:12.416270
/* * CGI support library definitions for CUPS. * * Copyright © 2020-2025 by OpenPrinting. * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2006 by Easy Software Products. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ #ifndef _CUPS_CGI_H_ # define _CUPS_CGI...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cgi-bin/help-index.h
null
null
null
null
null
null
C
2026-05-04T19:09:12.417325
/* * Online help index definitions for CUPS. * * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2011 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ #ifndef _CUPS_HELP_INDEX_H_ # define _CUP...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cgi-bin/help-index.c
null
null
null
null
null
null
C
2026-05-04T19:09:12.432486
/* * Online help index routines for CUPS. * * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ /* * Include necessary headers... */ #incl...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cgi-bin/cgi-private.h
null
null
null
null
null
null
C
2026-05-04T19:09:12.451394
/* * Private CGI definitions for CUPS. * * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2011 by Apple Inc. * Copyright © 1997-2006 by Easy Software Products. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ /* * Include necessary headers... */ #include...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cgi-bin/help.c
null
null
null
null
null
null
C
2026-05-04T19:09:12.452764
/* * Online help CGI for CUPS. * * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2011 by Apple Inc. * Copyright © 1997-2006 by Easy Software Products. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ /* * Include necessary headers... */ #include "cgi-pr...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cgi-bin/home.c
null
null
null
null
null
null
C
2026-05-04T19:09:12.487806
/* * Home page CGI for CUPS. * * Copyright © 2025 by OpenPrinting. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ #include "cgi-private.h" #include <cups/oauth.h> #include <errno.h> /* * Local functions... */ static void do_dashboard(void); static void do_login(v...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cgi-bin/html.c
null
null
null
null
null
null
C
2026-05-04T19:09:12.506082
/* * HTML support functions for CUPS. * * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2011 by Apple Inc. * Copyright © 1997-2006 by Easy Software Products. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ /* * Include necessary headers... */ #include ...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cgi-bin/admin.c
null
null
null
null
null
null
C
2026-05-04T19:09:12.565144
/* * Administration CGI for CUPS. * * Copyright © 2021-2025 by OpenPrinting * Copyright © 2007-2021 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ #include "cgi-private.h" #include <cups/http-private.h...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cgi-bin/ipp-var.c
null
null
null
null
null
null
C
2026-05-04T19:09:12.681391
/* * CGI <-> IPP variable routines for CUPS. * * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2016 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ /* * Include necessary headers... */ #i...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cgi-bin/jobs.c
null
null
null
null
null
null
C
2026-05-04T19:09:13.003498
/* * Job status CGI for CUPS. * * Copyright © 2020-2025 by OpenPrinting. * Copyright © 2007-2014 by Apple Inc. * Copyright © 1997-2006 by Easy Software Products. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ #include "cgi-private.h" /* * Local functions... */ ...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cgi-bin/printers.c
null
null
null
null
null
null
C
2026-05-04T19:09:13.011672
/* * Printer status CGI for CUPS. * * Copyright © 2020-2025 by OpenPrinting. * Copyright © 2007-2016 by Apple Inc. * Copyright © 1997-2006 by Easy Software Products. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ #include "cgi-private.h" #include <errno.h> /* * L...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cgi-bin/search.c
null
null
null
null
null
null
C
2026-05-04T19:09:13.017677
/* * Search routines for CUPS. * * Copyright © 2020-2025 by OpenPrinting. * Copyright © 2007-2018 by Apple Inc. * Copyright © 1997-2006 by Easy Software Products. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ /* * Include necessary headers... */ #include "cgi-pr...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cgi-bin/template.c
null
null
null
null
null
null
C
2026-05-04T19:09:13.049261
/* * CGI template function. * * Copyright © 2020-2025 by OpenPrinting. * Copyright © 2007-2015 by Apple Inc. * Copyright © 1997-2006 by Easy Software Products. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ #include "cgi-private.h" #include <errno.h> #include <regex...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cgi-bin/testhi.c
null
null
null
null
null
null
C
2026-05-04T19:09:13.088945
/* * Help index test program for CUPS. * * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2017 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ /* * Include necessary headers... */ #include...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cgi-bin/testcgi.c
null
null
null
null
null
null
C
2026-05-04T19:09:13.114540
/* * CGI test program for CUPS. * * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2014 by Apple Inc. * Copyright © 1997-2005 by Easy Software Products. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ /* * Include necessary headers... */ #include "cgi.h...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cgi-bin/testtemplate.c
null
null
null
null
null
null
C
2026-05-04T19:09:13.124526
/* * CGI template test program for CUPS. * * Copyright © 2020-2024 by OpenPrinting. * Copyright © 2007-2011 by Apple Inc. * Copyright © 2006 by Easy Software Products. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ /* * Include necessary headers... */ #include "c...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cups/adminutil.c
null
null
null
null
null
null
C
2026-05-04T19:09:13.159817
/* * Administration utility API definitions for CUPS. * * Copyright © 2020-2025 by OpenPrinting. * Copyright © 2007-2019 by Apple Inc. * Copyright © 2001-2007 by Easy Software Products. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ #include "cups-private.h" #includ...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cgi-bin/var.c
null
null
null
null
null
null
C
2026-05-04T19:09:13.176963
/* * CGI form variable and array functions for CUPS. * * Copyright © 2020-2026 by OpenPrinting. * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2005 by Easy Software Products. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ /* * Include necessary headers......
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cups/adminutil.h
null
null
null
null
null
null
C
2026-05-04T19:09:13.371759
// // Administration utility API definitions for CUPS. // // Copyright © 2020-2025 by OpenPrinting. // Copyright © 2007-2016 by Apple Inc. // Copyright © 2001-2007 by Easy Software Products. // // Licensed under Apache License v2.0. See the file "LICENSE" for more // information. // #ifndef _CUPS_ADMINUTIL_H_ # defi...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cups/array.c
null
null
null
null
null
null
C
2026-05-04T19:09:13.622446
// // Sorted array routines for CUPS. // // Copyright © 2020-2025 by OpenPrinting. // Copyright © 2007-2014 by Apple Inc. // Copyright © 1997-2007 by Easy Software Products. // // Licensed under Apache License v2.0. See the file "LICENSE" for more // information. // #include <cups/cups.h> #include "string-private.h" ...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cups/array.h
null
null
null
null
null
null
C
2026-05-04T19:09:13.636657
// // Sorted array definitions for CUPS. // // Copyright © 2020-2024 by OpenPrinting. // Copyright © 2007-2010 by Apple Inc. // Copyright © 1997-2007 by Easy Software Products. // // Licensed under Apache License v2.0. See the file "LICENSE" for more // information. // #ifndef _CUPS_ARRAY_H_ # define _CUPS_ARRAY_H_ ...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cups/auth.c
null
null
null
null
null
null
C
2026-05-04T19:09:13.656086
// // Authentication functions for CUPS. // // Copyright © 2020-2026 by OpenPrinting. // Copyright © 2007-2019 by Apple Inc. // Copyright © 1997-2007 by Easy Software Products. // // This file contains Kerberos support code, copyright 2006 by // Jelmer Vernooij. // // Licensed under Apache License v2.0. See the file "...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cups/backchannel.c
null
null
null
null
null
null
C
2026-05-04T19:09:13.667369
/* * Backchannel functions for CUPS. * * Copyright © 2020-2026 by OpenPrinting. * Copyright © 2007-2014 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products. * * Licensed under Apache License v2.0. See the file "LICENSE" for more information. */ #include "cups.h" #include "sidechannel.h" #include <...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cups/base.h
null
null
null
null
null
null
C
2026-05-04T19:09:13.768685
// // Base definitions for CUPS. // // Copyright © 2020-2024 by OpenPrinting. // Copyright © 2007-2019 by Apple Inc. // // Licensed under Apache License v2.0. See the file "LICENSE" for more // information. // #ifndef _CUPS_BASE_H_ # define _CUPS_BASE_H_ # include <stdbool.h> // // This header defines several mac...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cups/backend.c
null
null
null
null
null
null
C
2026-05-04T19:09:13.769376
/* * Backend functions for CUPS. * * Copyright © 2020-2025 by OpenPrinting. * Copyright © 2007-2015 by Apple Inc. * Copyright © 2006 by Easy Software Products. * * Licensed under Apache License v2.0. See the file "LICENSE" for more information. */ #include "cups-private.h" #include "backend.h" #include "ppd.h...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cups/backend.h
null
null
null
null
null
null
C
2026-05-04T19:09:13.769972
// // Backend definitions for CUPS. // // Copyright © 2020-2024 by OpenPrinting. // Copyright © 2007-2011 by Apple Inc. // Copyright © 1997-2005 by Easy Software Products. // // Licensed under Apache License v2.0. See the file "LICENSE" for more // information. // #ifndef _CUPS_BACKEND_H_ # define _CUPS_BACKEND_H_ #...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cups/cachebench.c
null
null
null
null
null
null
C
2026-05-04T19:09:13.779697
// // PPD cache benchmarking program for CUPS. // // Usage: // // ./cachebench PRINTER-URI // // Copyright © 2024 by OpenPrinting. // // Licensed under Apache License v2.0. See the file "LICENSE" for more // information. // #include "ppd-private.h" #include "file-private.h" #include <sys/time.h> // // Local funct...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cups/clock.c
null
null
null
null
null
null
C
2026-05-04T19:09:13.780419
// // Monotonic clock API for CUPS. // // Copyright © 2024-2026 by OpenPrinting. // // Licensed under Apache License v2.0. See the file "LICENSE" for more // information. // #include "cups-private.h" // // Local globals... // static bool cups_clock_init = false;// Clock initialized? static cups_mutex_t cups_clock_...
OpenPrinting/cups
https://github.com/OpenPrinting/cups
null
null
null
null
1,601
null
null
apache-2.0
null
null
null
null
null
null
null
cups/cups-private.h
null
null
null
null
null
null
C
2026-05-04T19:09:13.950877
// // Private definitions for CUPS. // // Copyright © 2020-2026 by OpenPrinting. // Copyright © 2007-2019 by Apple Inc. // Copyright © 1997-2007 by Easy Software Products, all rights reserved. // // Licensed under Apache License v2.0. See the file "LICENSE" for more // information. // #ifndef _CUPS_CUPS_PRIVATE_H_ # ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/LogEntry.h
null
null
null
null
null
null
C
2026-05-04T19:09:16.783545
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/JNILoggerHelpers.h
null
null
null
null
null
null
C
2026-05-04T19:09:16.784704
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/TraceProviders.h
null
null
null
null
null
null
C
2026-05-04T19:09:16.786558
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/api/ExternalApi.h
null
null
null
null
null
null
C
2026-05-04T19:09:16.787586
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/counters/SysFs.h
null
null
null
null
null
null
C
2026-05-04T19:09:16.791250
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/api/ExternalApiGlue.h
null
null
null
null
null
null
C
2026-05-04T19:09:16.792415
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/atrace/Atrace.h
null
null
null
null
null
null
C
2026-05-04T19:09:16.801596
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/counters/ProcFs.h
null
null
null
null
null
null
C
2026-05-04T19:09:16.803236
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/counters/BaseStatFile.h
null
null
null
null
null
null
C
2026-05-04T19:09:16.804216
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/counters/Counter.h
null
null
null
null
null
null
C
2026-05-04T19:09:16.841833
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/logger/Logger.h
null
null
null
null
null
null
C
2026-05-04T19:09:17.816272
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/generated/EntryType.h
null
null
null
null
null
null
C
2026-05-04T19:09:17.820653
// @generated SignedSource<<1959b2ffeb1868d427c23292272a02c5>> #pragma once namespace facebook { namespace profilo { namespace entries { enum class EntryType { UNKNOWN_TYPE = 0, UI_INPUT_START = 1, UI_INPUT_END = 2, UI_UPDATE_START = 3, UI_UPDATE_END = 4, NET_ADDED = 5, NET_CANCEL = 6, NET_ERROR = 7, ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/generated/Entry.h
null
null
null
null
null
null
C
2026-05-04T19:09:17.822821
// @generated SignedSource<<92e7f010a9d663922326eefa54f7b0e0>> #include <cstdint> #include <cstring> #include <type_traits> #include <unistd.h> #include <profilo/entries/EntryType.h> #pragma once namespace facebook { namespace profilo { namespace entries { struct __attribute__((packed)) StandardEntry { static co...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/generated/EntryParser.h
null
null
null
null
null
null
C
2026-05-04T19:09:17.830980
// @generated SignedSource<<d642034c7e1830efd4a46871d51c5ac6>> #pragma once #include <cstdint> #include <cstring> #include <unistd.h> #include <stdexcept> #include <ostream> #include <profilo/entries/EntryType.h> #include <profilo/entries/Entry.h> namespace facebook { namespace profilo { namespace entries { class...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/jni/NativeTraceWriterCallbacks.h
null
null
null
null
null
null
C
2026-05-04T19:09:17.832699
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/jni/NativeTraceWriter.h
null
null
null
null
null
null
C
2026-05-04T19:09:17.852256
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/logger/BlockLogger.h
null
null
null
null
null
null
C
2026-05-04T19:09:17.853567
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/log.h
null
null
null
null
null
null
C
2026-05-04T19:09:17.931722
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/jni/JMultiBufferLogger.h
null
null
null
null
null
null
C
2026-05-04T19:09:17.932855
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/logger/MultiBufferLogger.h
null
null
null
null
null
null
C
2026-05-04T19:09:18.776506
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/mmapbuf/JBuffer.h
null
null
null
null
null
null
C
2026-05-04T19:09:21.060927
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/mmapbuf/MmapBufferManager.h
null
null
null
null
null
null
C
2026-05-04T19:09:21.880050
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/mmapbuf/header/MmapBufferHeader.h
null
null
null
null
null
null
C
2026-05-04T19:09:22.606846
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/mmapbuf/writer/BufferFileMapHolder.h
null
null
null
null
null
null
C
2026-05-04T19:09:23.228816
/** * Copyright 2004-present, Facebook, Inc. * * <p>Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. You may obtain a * copy of the License at * * <p>http://www.apache.org/licenses/LICENSE-2.0 * * <p>Unless required by applicable...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/logger/PacketLogger.h
null
null
null
null
null
null
C
2026-05-04T19:09:23.609646
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/logger/buffer/Packet.h
null
null
null
null
null
null
C
2026-05-04T19:09:23.610258
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/logger/buffer/TraceBuffer.h
null
null
null
null
null
null
C
2026-05-04T19:09:23.612856
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/logger/lfrb/TurnSequencer.h
null
null
null
null
null
null
C
2026-05-04T19:09:23.613473
/* * Copyright 2017 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/logger/lfrb/Futex.h
null
null
null
null
null
null
C
2026-05-04T19:09:23.615257
/* * Copyright 2017 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/logger/lfrb/LockFreeRingBuffer.h
null
null
null
null
null
null
C
2026-05-04T19:09:23.616268
/* * Copyright 2017 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/logger/buffer/RingBuffer.h
null
null
null
null
null
null
C
2026-05-04T19:09:23.617483
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/mappings/mappings.h
null
null
null
null
null
null
C
2026-05-04T19:09:24.418274
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/perfevents/Session.h
null
null
null
null
null
null
C
2026-05-04T19:09:24.669127
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/perfevents/detail/ClockOffsetMeasurement.h
null
null
null
null
null
null
C
2026-05-04T19:09:24.670098
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/perfevents/Records.h
null
null
null
null
null
null
C
2026-05-04T19:09:24.680736
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/perfevents/detail/BufferParser.h
null
null
null
null
null
null
C
2026-05-04T19:09:24.681561
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/perfevents/Event.h
null
null
null
null
null
null
C
2026-05-04T19:09:24.701877
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/perfevents/detail/AttachmentStrategy.h
null
null
null
null
null
null
C
2026-05-04T19:09:24.703085
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/mmapbuf/Buffer.h
null
null
null
null
null
null
C
2026-05-04T19:09:24.781768
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/perfevents/detail/RLimits.h
null
null
null
null
null
null
C
2026-05-04T19:09:25.023453
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/perfevents/detail/Reader.h
null
null
null
null
null
null
C
2026-05-04T19:09:25.300314
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/perfevents/headers/perf_event.h
null
null
null
null
null
null
C
2026-05-04T19:09:25.313226
/**************************************************************************** **************************************************************************** *** *** This header was automatically generated from a Linux kernel header *** of the same name, to make information necessary for userspace to *** call i...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/profiler/ArtUnwindcTracer.h
null
null
null
null
null
null
C
2026-05-04T19:09:25.336772
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/profiler/ArtCompatibility.h
null
null
null
null
null
null
C
2026-05-04T19:09:25.356759
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/perfevents/detail/make_unique.h
null
null
null
null
null
null
C
2026-05-04T19:09:25.357266
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/profiler/ArtCompatibilityRunner.h
null
null
null
null
null
null
C
2026-05-04T19:09:25.385712
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/profiler/BaseTracer.h
null
null
null
null
null
null
C
2026-05-04T19:09:25.637196
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/profiler/Constants.h
null
null
null
null
null
null
C
2026-05-04T19:09:25.710440
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/mmapbuf/writer/MmapBufferTraceWriter.h
null
null
null
null
null
null
C
2026-05-04T19:09:28.835422
/** * Copyright 2004-present, Facebook, Inc. * * <p>Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. You may obtain a * copy of the License at * * <p>http://www.apache.org/licenses/LICENSE-2.0 * * <p>Unless required by applicable...
facebookarchive/profilo
https://github.com/facebookarchive/profilo
null
null
null
null
1,591
null
null
apache-2.0
null
null
null
null
null
null
null
cpp/perfevents/detail/FileBackedMappingsList.h
null
null
null
null
null
null
C
2026-05-04T19:09:29.427578
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
ARM-software/CMSIS_5
https://github.com/ARM-software/CMSIS_5
null
null
null
null
1,590
null
null
apache-2.0
null
null
null
null
null
null
null
CMSIS/Core/Include/cmsis_version.h
null
null
null
null
null
null
C
2026-05-04T19:09:33.052348
/**************************************************************************//** * @file cmsis_version.h * @brief CMSIS Core(M) Version definitions * @version V5.0.5 * @date 02. February 2022 ******************************************************************************/ /* * Copyright (c) 2009-2022 AR...
ARM-software/CMSIS_5
https://github.com/ARM-software/CMSIS_5
null
null
null
null
1,590
null
null
apache-2.0
null
null
null
null
null
null
null
CMSIS/Core/Include/cmsis_compiler.h
null
null
null
null
null
null
C
2026-05-04T19:09:33.052936
/**************************************************************************//** * @file cmsis_compiler.h * @brief CMSIS compiler generic header file * @version V5.3.0 * @date 04. April 2023 ******************************************************************************/ /* * Copyright (c) 2009-2023 Arm...
ARM-software/CMSIS_5
https://github.com/ARM-software/CMSIS_5
null
null
null
null
1,590
null
null
apache-2.0
null
null
null
null
null
null
null
CMSIS/Core/Include/cachel1_armv7.h
null
null
null
null
null
null
C
2026-05-04T19:09:33.054124
/****************************************************************************** * @file cachel1_armv7.h * @brief CMSIS Level 1 Cache API for Armv7-M and later * @version V1.0.3 * @date 17. March 2023 ******************************************************************************/ /* * Copyright (c) 202...
ARM-software/CMSIS_5
https://github.com/ARM-software/CMSIS_5
null
null
null
null
1,590
null
null
apache-2.0
null
null
null
null
null
null
null
CMSIS/Core/Include/cmsis_armcc.h
null
null
null
null
null
null
C
2026-05-04T19:09:33.056834
/**************************************************************************//** * @file cmsis_armcc.h * @brief CMSIS compiler ARMCC (Arm Compiler 5) header file * @version V5.4.0 * @date 20. January 2023 ******************************************************************************/ /* * Copyright (c)...
ARM-software/CMSIS_5
https://github.com/ARM-software/CMSIS_5
null
null
null
null
1,590
null
null
apache-2.0
null
null
null
null
null
null
null
CMSIS/Core/Include/cmsis_armclang.h
null
null
null
null
null
null
C
2026-05-04T19:09:33.057940
/**************************************************************************//** * @file cmsis_armclang.h * @brief CMSIS compiler armclang (Arm Compiler 6) header file * @version V5.5.0 * @date 20. January 2023 ******************************************************************************/ /* * Copyrig...
ARM-software/CMSIS_5
https://github.com/ARM-software/CMSIS_5
null
null
null
null
1,590
null
null
apache-2.0
null
null
null
null
null
null
null
CMSIS/Core/Include/cmsis_gcc.h
null
null
null
null
null
null
C
2026-05-04T19:09:33.059147
/**************************************************************************//** * @file cmsis_gcc.h * @brief CMSIS compiler GCC header file * @version V5.4.2 * @date 17. December 2022 ******************************************************************************/ /* * Copyright (c) 2009-2021 Arm Limit...
ARM-software/CMSIS_5
https://github.com/ARM-software/CMSIS_5
null
null
null
null
1,590
null
null
apache-2.0
null
null
null
null
null
null
null
CMSIS/Core/Include/cmsis_tiarmclang.h
null
null
null
null
null
null
C
2026-05-04T19:09:33.064826
/**************************************************************************//** * @file cmsis_tiarmclang.h * @brief CMSIS compiler tiarmclang header file * @version V1.0.0 * @date 04. April 2023 ******************************************************************************/ /* * Copyright (c) 2023 Arm...
ARM-software/CMSIS_5
https://github.com/ARM-software/CMSIS_5
null
null
null
null
1,590
null
null
apache-2.0
null
null
null
null
null
null
null
CMSIS/Core/Include/core_cm0.h
null
null
null
null
null
null
C
2026-05-04T19:09:33.095603
/**************************************************************************//** * @file core_cm0.h * @brief CMSIS Cortex-M0 Core Peripheral Access Layer Header File * @version V5.1.0 * @date 04. April 2023 ******************************************************************************/ /* * Copyright (...
ARM-software/CMSIS_5
https://github.com/ARM-software/CMSIS_5
null
null
null
null
1,590
null
null
apache-2.0
null
null
null
null
null
null
null
CMSIS/Core/Include/cmsis_armclang_ltm.h
null
null
null
null
null
null
C
2026-05-04T19:09:33.096929
/**************************************************************************//** * @file cmsis_armclang_ltm.h * @brief CMSIS compiler armclang (Arm Compiler 6) header file * @version V1.6.0 * @date 20. January 2023 ******************************************************************************/ /* * Cop...
ARM-software/CMSIS_5
https://github.com/ARM-software/CMSIS_5
null
null
null
null
1,590
null
null
apache-2.0
null
null
null
null
null
null
null
CMSIS/Core/Include/cmsis_iccarm.h
null
null
null
null
null
null
C
2026-05-04T19:09:33.272333
/**************************************************************************//** * @file cmsis_iccarm.h * @brief CMSIS compiler ICCARM (IAR Compiler for Arm) header file * @version V5.4.0 * @date 20. January 2023 ******************************************************************************/ //--------...
ARM-software/CMSIS_5
https://github.com/ARM-software/CMSIS_5
null
null
null
null
1,590
null
null
apache-2.0
null
null
null
null
null
null
null
CMSIS/Core/Template/ARMv8-M/main_s.c
null
null
null
null
null
null
C
2026-05-04T19:09:34.209615
/****************************************************************************** * @file main_s.c * @brief Code template for secure main function * @version V1.1.1 * @date 10. January 2018 ******************************************************************************/ /* * Copyright (c) 2013-2018 Arm L...
ARM-software/CMSIS_5
https://github.com/ARM-software/CMSIS_5
null
null
null
null
1,590
null
null
apache-2.0
null
null
null
null
null
null
null
CMSIS/Core/Include/tz_context.h
null
null
null
null
null
null
C
2026-05-04T19:09:34.210852
/****************************************************************************** * @file tz_context.h * @brief Context Management for Armv8-M TrustZone * @version V1.0.1 * @date 10. January 2018 ******************************************************************************/ /* * Copyright (c) 2017-2018...
ARM-software/CMSIS_5
https://github.com/ARM-software/CMSIS_5
null
null
null
null
1,590
null
null
apache-2.0
null
null
null
null
null
null
null
CMSIS/Core/Template/ARMv8-M/tz_context.c
null
null
null
null
null
null
C
2026-05-04T19:09:34.374854
/****************************************************************************** * @file tz_context.c * @brief Context Management for Armv8-M TrustZone - Sample implementation * @version V1.1.1 * @date 10. January 2018 ******************************************************************************/ /* *...