Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libbpf-tools/memleak: Change the start message to match memleak python #5248

Merged
merged 1 commit into from
Mar 21, 2025

Conversation

ekyooo
Copy link
Contributor

@ekyooo ekyooo commented Mar 21, 2025

Change the start message to match memleak python,
make it concise, and include the PID.

Before:

  # ./memleak
    using default object: libc.so.6
    using page size: 4096
    tracing kernel: true
    Tracing outstanding memory allocs...  Hit Ctrl-C to end

  # ./memleak -p `pidof alloctest`
    using default object: libc.so.6
    using page size: 4096
    tracing kernel: false
    Tracing outstanding memory allocs...  Hit Ctrl-C to end

After:

  # ./memleak
    using default object: libc.so.6
    using page size: 4096
    Attaching to kernel allocators, Ctrl+C to quit.

  # ./memleak -p `pidof alloctest`
    using default object: libc.so.6
    using page size: 4096
    Attaching to pid 29973, Ctrl+C to quit.

Change the start message to match memleak python,
make it concise, and include the PID.

Before:
  # ./memleak
    using default object: libc.so.6
    using page size: 4096
    tracing kernel: true
    Tracing outstanding memory allocs...  Hit Ctrl-C to end

  # ./memleak -p `pidof alloctest`
    using default object: libc.so.6
    using page size: 4096
    tracing kernel: false
    Tracing outstanding memory allocs...  Hit Ctrl-C to end

After:
  # ./memleak
    using default object: libc.so.6
    using page size: 4096
    Attaching to kernel allocators, Ctrl+C to quit.

  # ./memleak -p `pidof alloctest`
    using default object: libc.so.6
    using page size: 4096
    Attaching to pid 29973, Ctrl+C to quit.
@yonghong-song yonghong-song merged commit 1608db9 into iovisor:master Mar 21, 2025
1 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants