Skip to content

Commit

Permalink
Update docs/sources/reference/components/pyroscope/pyroscope.ebpf.md
Browse files Browse the repository at this point in the history
Co-authored-by: Clayton Cornell <[email protected]>
  • Loading branch information
korniltsev and clayton-cornell authored Feb 4, 2025
1 parent 4ca7161 commit 90f58a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Omitted fields take their default values.
| `collect_user_profile` | `bool` | A flag to enable/disable collection of userspace profiles | true | no |
| `collect_kernel_profile` | `bool` | A flag to enable/disable collection of kernelspace profiles | true | no |
| `go_table_fallback` | `bool` | A flag to enable symbol lookup in `.sym` / `.dynsym` sections when `.gopclntab` lookup failed. May be useful for `cgo` binaries. | false | no |
| `demangle` | `string` | C++ demangle mode. Available options are: `none`, `simplified`, `templates`, `full` | `none` | no |
| `demangle` | `string` | C++ demangle mode. Available options are: `none`, `simplified`, `templates`, or `full` | `none` | no |
| `python_enabled` | `bool` | A flag to enable/disable python profiling | true | no |
| `symbols_map_size` | `int` | The size of eBPF symbols map | 16384 | no |
| `pid_map_size` | `int` | The size of eBPF PID map | 2048 | no |
Expand Down

0 comments on commit 90f58a2

Please sign in to comment.