Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bcc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
bcc
Commits
c0c04603
Commit
c0c04603
authored
Jul 26, 2016
by
Brendan Gregg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix local links
parent
fc5332a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
27 deletions
+27
-27
docs/reference_guide.md
docs/reference_guide.md
+27
-27
No files found.
docs/reference_guide.md
View file @
c0c04603
...
...
@@ -15,57 +15,57 @@ This guide is incomplete. If something feels missing, check the bcc and kernel s
-
[
5. uretprobes
](
#5-uretprobes
)
-
[
6. USDT probes
](
#6-usdt-probes
)
-
[
Data
](
#data
)
-
[
1. bpf_probe_read()
](
#1-bpf
probe
read
)
-
[
2. bpf_ktime_get_ns()
](
#2-bpf
ktimeget
ns
)
-
[
3. bpf_get_current_pid_tgid()
](
#3-bpf
getcurrentpid
tgid
)
-
[
4. bpf_get_current_uid_gid()
](
#4-bpf
getcurrentuid
gid
)
-
[
5. bpf_get_current_comm()
](
#5-bpf
getcurrent
comm
)
-
[
1. bpf_probe_read()
](
#1-bpf
_probe_
read
)
-
[
2. bpf_ktime_get_ns()
](
#2-bpf
_ktime_get_
ns
)
-
[
3. bpf_get_current_pid_tgid()
](
#3-bpf
_get_current_pid_
tgid
)
-
[
4. bpf_get_current_uid_gid()
](
#4-bpf
_get_current_uid_
gid
)
-
[
5. bpf_get_current_comm()
](
#5-bpf
_get_current_
comm
)
-
[
6. bpf_log2l()
](
#6-bpflog2l
)
-
[
Output
](
#output
)
-
[
1. bpf_trace_printk()
](
#1-bpf
trace
printk
)
-
[
2. BPF_PERF_OUTPUT
](
#2-bpf
perf
output
)
-
[
3. perf_submit()
](
#3-perfsubmit
)
-
[
1. bpf_trace_printk()
](
#1-bpf
_trace_
printk
)
-
[
2. BPF_PERF_OUTPUT
](
#2-bpf
_perf_
output
)
-
[
3. perf_submit()
](
#3-perf
_
submit
)
-
[
Maps
](
#maps
)
-
[
1. BPF_TABLE
](
#1-bpftable
)
-
[
2. BPF_HASH
](
#2-bpfhash
)
-
[
3. BPF_HISTOGRAM
](
#3-bpfhistogram
)
-
[
4. BPF_STACK_TRACE
](
#4-bpf
stack
trace
)
-
[
1. BPF_TABLE
](
#1-bpf
_
table
)
-
[
2. BPF_HASH
](
#2-bpf
_
hash
)
-
[
3. BPF_HISTOGRAM
](
#3-bpf
_
histogram
)
-
[
4. BPF_STACK_TRACE
](
#4-bpf
_stack_
trace
)
-
[
5. map.lookup()
](
#5-maplookup
)
-
[
6. map.lookup_or_init()
](
#6-maplookup
or
init
)
-
[
6. map.lookup_or_init()
](
#6-maplookup
_or_
init
)
-
[
7. map.delete()
](
#7-mapdelete
)
-
[
8. map.update()
](
#8-mapupdate
)
-
[
9. map.increment()
](
#9-mapincrement
)
-
[
10. map.get_stackid()
](
#10-mapgetstackid
)
-
[
10. map.get_stackid()
](
#10-mapget
_
stackid
)
-
[
bcc Python
](
#bcc-python
)
-
[
Initialization
](
#initialization
)
-
[
1. BPF
](
#1-bpf
)
-
[
2. USDT
](
#2-usdt
)
-
[
Events
](
#events
)
-
[
1. attach_kprobe
](
#1-attachkprobe
)
-
[
2. attach_kretprobe
](
#2-attachkretprobe
)
-
[
3. attach_tracepoint
](
#3-attachtracepoint
)
-
[
4. attach_uprobe
](
#4-attachuprobe
)
-
[
5. attach_uretprobe
](
#5-attachuretprobe
)
-
[
6. USDT.enable_probe()
](
#6-usdtenableprobe
)
-
[
1. attach_kprobe
](
#1-attach
_
kprobe
)
-
[
2. attach_kretprobe
](
#2-attach
_
kretprobe
)
-
[
3. attach_tracepoint
](
#3-attach
_
tracepoint
)
-
[
4. attach_uprobe
](
#4-attach
_
uprobe
)
-
[
5. attach_uretprobe
](
#5-attach
_
uretprobe
)
-
[
6. USDT.enable_probe()
](
#6-usdtenable
_
probe
)
-
[
Debug Output
](
#debug-output
)
-
[
1. trace_print()
](
#1-traceprint
)
-
[
2. trace_fields()
](
#2-tracefields
)
-
[
1. trace_print()
](
#1-trace
_
print
)
-
[
2. trace_fields()
](
#2-trace
_
fields
)
-
[
Output
](
#output
)
-
[
1. kprobe_poll()
](
#1-kprobepoll
)
-
[
1. kprobe_poll()
](
#1-kprobe
_
poll
)
-
[
Maps
](
#maps
)
-
[
1. get_table()
](
#1-gettable
)
-
[
2. open_perf_buffer()
](
#2-open
perf
buffer
)
-
[
1. get_table()
](
#1-get
_
table
)
-
[
2. open_perf_buffer()
](
#2-open
_perf_
buffer
)
-
[
3. items()
](
#3-items
)
-
[
4. values()
](
#4-values
)
-
[
5. clear()
](
#5-clear
)
-
[
6. print_log2_hist()
](
#6-print
log2
hist
)
-
[
6. print_log2_hist()
](
#6-print
_log2_
hist
)
-
[
Helpers
](
#helpers
)
-
[
1. ksym()
](
#1-ksym
)
-
[
2. ksymaddr()
](
#2-ksymaddr
)
-
[
3. ksymname()
](
#3-ksymname
)
-
[
4. sym()
](
#4-sym
)
-
[
5. num_open_kprobes()
](
#5-num
open
kprobes
)
-
[
5. num_open_kprobes()
](
#5-num
_open_
kprobes
)
-
[
BPF Errors
](
#bpf-errors
)
-
[
1. Invalid mem access
](
#1-invalid-mem-access
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment