{"id":39457190,"url":"https://github.com/cooljeanius/babeltrace","last_synced_at":"2026-01-18T04:37:36.694Z","repository":{"id":19192680,"uuid":"22425837","full_name":"cooljeanius/babeltrace","owner":"cooljeanius","description":"This project provides trace read and write libraries, as well as a trace converter. This fork is to try porting it to Mac OS X.","archived":false,"fork":false,"pushed_at":"2024-09-14T01:46:59.000Z","size":4123,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-09-15T13:56:32.608Z","etag":null,"topics":["babeltrace","c"],"latest_commit_sha":null,"homepage":"http://www.efficios.com/babeltrace","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cooljeanius.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-30T11:58:10.000Z","updated_at":"2024-09-14T01:47:02.000Z","dependencies_parsed_at":"2022-09-09T06:51:22.287Z","dependency_job_id":null,"html_url":"https://github.com/cooljeanius/babeltrace","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cooljeanius/babeltrace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cooljeanius%2Fbabeltrace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cooljeanius%2Fbabeltrace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cooljeanius%2Fbabeltrace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cooljeanius%2Fbabeltrace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cooljeanius","download_url":"https://codeload.github.com/cooljeanius/babeltrace/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cooljeanius%2Fbabeltrace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28529899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["babeltrace","c"],"created_at":"2026-01-18T04:37:36.636Z","updated_at":"2026-01-18T04:37:36.685Z","avatar_url":"https://github.com/cooljeanius.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"BabelTrace - Trace Format Babel Tower\n\nThis project provides trace read and write libraries, as well as a trace\nconverter. A plugin can be created for any trace format to allow its conversion\nto/from another trace format.\n\nThe main format expected to be converted to/from is the Common Trace\nFormat (CTF). The latest version of the CTF specification can be found at:\n\n  git tree:   git://git.efficios.com/ctf.git\n  gitweb:     http://git.efficios.com/?p=ctf.git\n\nThe CE Workgroup of the Linux Foundation, Ericsson, and EfficiOS have\nsponsored this work.\n\nThe current maintainers are:\n  Jérémie Galarneau \u003cjeremie.galarneau@efficios.com\u003e\n  Mathieu Desnoyers \u003cmathieu.desnoyers@efficios.com\u003e\n\nQuestions should be addressed to this mailing list:\n  lttng-dev@lists.lttng.org\n\n\nBUILDING\n--------\n\n\t./bootstrap (skip if using tarball)\n\t./configure\n\tmake\n\tmake install\n\tldconfig\n\n\nDEPENDENCIES\n------------\n\nTo compile Babeltrace, you will need:\n\n\tgcc 3.2 or better\n\tlibc6 development librairies\n\t  (Debian : libc6, libc6-dev)\n\t  (Fedora : glibc, glibc)\n\tglib 2.22 or better development libraries\n\t  (Debian : libglib2.0-0, libglib2.0-dev)\n\t  (Fedora : glib2, glib2-devel)\n\tuuid development libraries\n\t  (Debian : uuid-dev)\n\t  (Fedora : uuid-devel)\n\tlibpopt \u003e= 1.13 development libraries\n\t  (Debian : libpopt-dev)\n\t  (Fedora : popt)\n\tpython headers (optional)\n\t  (Debian/Ubuntu : python3-dev)\n\tswig \u003e= 2.0 (optional)\n\t  (Debian/Ubuntu : swig2.0)\n\tpython 3.0 or better (optional)\n\t  (Debian/Ubuntu : python3)\n\n  If you want Python bindings, run ./configure --enable-python-bindings.\n  Please note that some distributions will need the following\n  environment variables set before running configure:\n\n    export PYTHON=\"python3\"\n    export PYTHON_CONFIG=\"/usr/bin/python3-config\"\n\nFor developers using the git tree:\n\nThis source tree is based on the autotools suite from GNU to simplify\nportability. Here are some things you should have on your system in order to\ncompile the git repository tree :\n\n- GNU autotools (automake \u003e=1.10, autoconf \u003e=2.50, autoheader \u003e=2.50)\n  (make sure your system wide \"automake\" points to a recent version!)\n- GNU Libtool \u003e=2.2\n  (for more information, go to http://www.gnu.org/software/autoconf/)\n- Flex \u003e=2.5.35.\n- Bison \u003e=2.4.\n\nIf you get the tree from the repository, you will need to use the \"bootstrap\"\nscript in the root of the tree. It calls all the GNU tools needed to prepare the\ntree configuration.\n\nRunning \"make check\": bash is required.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcooljeanius%2Fbabeltrace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcooljeanius%2Fbabeltrace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcooljeanius%2Fbabeltrace/lists"}