[ktap] [PATCH 0/3] replace find_symbol() by get_dso_symbols()

  • From: Azat Khuzhin <a3at.mail@xxxxxxxxx>
  • To: ktap@xxxxxxxxxxxxx
  • Date: Wed, 13 Nov 2013 23:13:34 +0400

Hi Jovi,

Here is patches for implementing glob for uprobes.

Cheers.

This patch set contains next patchees:
    [PATCH 1/3] symbol: replace find_symbol() by get_dso_symbols()
    [PATCH 2/3] uprobes,sdt: add all events for all matched symbols/notes
    [PATCH 3/3] uprobes: use strglobmatch() instead of just strcmp()

Diff stat:
 userspace/eventdef.c | 121 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------
 userspace/symbol.c   | 105 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------
 userspace/symbol.h   |  25 ++++++++++++++++++-----
 3 files changed, 175 insertions(+), 76 deletions(-)


Other related posts:

  • » [ktap] [PATCH 0/3] replace find_symbol() by get_dso_symbols() - Azat Khuzhin