{"id":17094499,"url":"https://github.com/udzura/mruby-bcc","last_synced_at":"2025-03-23T17:16:54.695Z","repository":{"id":66351710,"uuid":"192896493","full_name":"udzura/mruby-bcc","owner":"udzura","description":"mruby Binding of BPF-Based Linux Tracing: see https://github.com/iovisor/bcc","archived":false,"fork":false,"pushed_at":"2019-06-27T08:39:26.000Z","size":16,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T23:12:57.739Z","etag":null,"topics":["bcc","bpf","kernel","libbcc","mruby","tracing"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/udzura.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-20T10:03:36.000Z","updated_at":"2019-06-27T09:29:52.000Z","dependencies_parsed_at":"2023-02-27T00:15:25.244Z","dependency_job_id":null,"html_url":"https://github.com/udzura/mruby-bcc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udzura%2Fmruby-bcc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udzura%2Fmruby-bcc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udzura%2Fmruby-bcc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udzura%2Fmruby-bcc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/udzura","download_url":"https://codeload.github.com/udzura/mruby-bcc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245136396,"owners_count":20566588,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bcc","bpf","kernel","libbcc","mruby","tracing"],"created_at":"2024-10-14T14:23:12.486Z","updated_at":"2025-03-23T17:16:54.454Z","avatar_url":"https://github.com/udzura.png","language":"C","readme":"# mruby-bcc   [![Build Status](https://travis-ci.org/udzura/mruby-bcc.svg?branch=master)](https://travis-ci.org/udzura/mruby-bcc)\n\nmruby Binding of BPF-Based Linux Tracing: see https://github.com/iovisor/bcc\n\n## Install as a mrbgems\n\nAdd conf.gem line to `build_config.rb`\n\n```ruby\nMRuby::Build.new do |conf|\n\n  # ... (snip) ...\n\n  conf.gem github: 'udzura/mruby-bcc'\nend\n```\n\n## example\n\n```ruby\n# TODO: Make this code work:\n# a clone of https://github.com/iovisor/bcc/blob/master/examples/hello_world.py\nbpf = BCC::BPF.new(\n  text: 'int kprobe__sys_clone(void *ctx) { bpf_trace_printk(\"Hello, World!\\\\n\"); return 0; }'\n)\nbpf.trace_print\n```\n\n## License\n\nApache License 2.0 (as BCC itself is): See LICENSE file\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudzura%2Fmruby-bcc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fudzura%2Fmruby-bcc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudzura%2Fmruby-bcc/lists"}