Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: iovisor/bcc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bea043a
Choose a base ref
...
head repository: iovisor/bcc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cfbc7e6
Choose a head ref
  • 4 commits
  • 12 files changed
  • 3 contributors

Commits on Jan 13, 2017

  1. add some error hints

    brendangregg committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    3482637 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #904 from brendangregg/master

    add some error hints
    4ast authored Jan 13, 2017
    Configuration menu
    Copy the full SHA
    23e0de7 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2017

  1. cc: Resolve library names using loaded libraries

    To resolve library names, bcc_procutils_which_so leverages mapped
    libraries of the targeted process, if one is given. Uses the kernel's
    /proc/$pid/maps
    pchaigno committed Jan 14, 2017
    Configuration menu
    Copy the full SHA
    427c294 View commit details
    Browse the repository at this point in the history
  2. cc: Use PID to detach uprobes

    We need the PID when detaching uprobes to resolve library names
    to the same path as when attaching
    pchaigno committed Jan 14, 2017
    Configuration menu
    Copy the full SHA
    cfbc7e6 View commit details
    Browse the repository at this point in the history
Loading