Searched refs:pev (Results 1 - 23 of 23) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A Dprobe-event.h95 struct perf_probe_event *pev);
98 extern char *synthesize_perf_probe_command(struct perf_probe_event *pev);
104 extern bool perf_probe_event_need_dwarf(struct perf_probe_event *pev);
107 extern void clear_perf_probe_event(struct perf_probe_event *pev);
H A Dprobe-event.c157 static int try_to_find_probe_trace_events(struct perf_probe_event *pev, argument
161 bool need_dwarf = perf_probe_event_need_dwarf(pev);
175 ntevs = find_probe_trace_events(fd, pev, tevs, max_tevs);
185 synthesize_perf_probe_point(&pev->point));
395 static int try_to_find_probe_trace_events(struct perf_probe_event *pev, argument
399 if (perf_probe_event_need_dwarf(pev)) {
479 static int parse_perf_probe_point(char *arg, struct perf_probe_event *pev) argument
481 struct perf_probe_point *pp = &pev->point;
505 pev->event = strdup(arg);
506 if (pev
730 parse_perf_probe_command(const char *cmd, struct perf_probe_event *pev) argument
773 perf_probe_event_need_dwarf(struct perf_probe_event *pev) argument
1064 convert_to_perf_probe_event(struct probe_trace_event *tev, struct perf_probe_event *pev) argument
1104 clear_perf_probe_event(struct perf_probe_event *pev) argument
1236 show_perf_probe_event(struct perf_probe_event *pev) argument
1273 struct perf_probe_event pev; local
1406 __add_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event *tevs, int ntevs, bool allow_suffix) argument
1492 convert_to_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event **tevs, int max_tevs) argument
1568 struct perf_probe_event *pev; member in struct:__event_package
[all...]
H A Dprobe-finder.h20 extern int find_probe_trace_events(int fd, struct perf_probe_event *pev,
35 struct perf_probe_event *pev; /* Target probe event */ member in struct:probe_finder
H A Dprobe-finder.c793 if (pf->pev->point.retprobe) {
824 tev->nargs = pf->pev->nargs;
828 for (i = 0; i < pf->pev->nargs; i++) {
829 pf->pvar = &pf->pev->args[i];
945 pf->pev->point.lazy_line);
1004 struct perf_probe_point *pp = &pf->pev->point;
1035 struct perf_probe_point *pp = &pf->pev->point;
1083 int find_probe_trace_events(int fd, struct perf_probe_event *pev, argument
1086 struct probe_finder pf = {.pev = pev,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Dprobe-event.h95 struct perf_probe_event *pev);
98 extern char *synthesize_perf_probe_command(struct perf_probe_event *pev);
104 extern bool perf_probe_event_need_dwarf(struct perf_probe_event *pev);
107 extern void clear_perf_probe_event(struct perf_probe_event *pev);
H A Dprobe-event.c157 static int try_to_find_probe_trace_events(struct perf_probe_event *pev, argument
161 bool need_dwarf = perf_probe_event_need_dwarf(pev);
175 ntevs = find_probe_trace_events(fd, pev, tevs, max_tevs);
185 synthesize_perf_probe_point(&pev->point));
395 static int try_to_find_probe_trace_events(struct perf_probe_event *pev, argument
399 if (perf_probe_event_need_dwarf(pev)) {
479 static int parse_perf_probe_point(char *arg, struct perf_probe_event *pev) argument
481 struct perf_probe_point *pp = &pev->point;
505 pev->event = strdup(arg);
506 if (pev
730 parse_perf_probe_command(const char *cmd, struct perf_probe_event *pev) argument
773 perf_probe_event_need_dwarf(struct perf_probe_event *pev) argument
1064 convert_to_perf_probe_event(struct probe_trace_event *tev, struct perf_probe_event *pev) argument
1104 clear_perf_probe_event(struct perf_probe_event *pev) argument
1236 show_perf_probe_event(struct perf_probe_event *pev) argument
1273 struct perf_probe_event pev; local
1406 __add_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event *tevs, int ntevs, bool allow_suffix) argument
1492 convert_to_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event **tevs, int max_tevs) argument
1568 struct perf_probe_event *pev; member in struct:__event_package
[all...]
H A Dprobe-finder.h20 extern int find_probe_trace_events(int fd, struct perf_probe_event *pev,
35 struct perf_probe_event *pev; /* Target probe event */ member in struct:probe_finder
H A Dprobe-finder.c793 if (pf->pev->point.retprobe) {
824 tev->nargs = pf->pev->nargs;
828 for (i = 0; i < pf->pev->nargs; i++) {
829 pf->pvar = &pf->pev->args[i];
945 pf->pev->point.lazy_line);
1004 struct perf_probe_point *pp = &pf->pev->point;
1035 struct perf_probe_point *pp = &pf->pev->point;
1083 int find_probe_trace_events(int fd, struct perf_probe_event *pev, argument
1086 struct probe_finder pf = {.pev = pev,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Dkgdb.c197 struct perf_event * __percpu *pev; member in struct:hw_breakpoint
221 bp = *per_cpu_ptr(breakinfo[breakno].pev, cpu);
250 pevent = per_cpu_ptr(breakinfo[breakno].pev, cpu);
262 pevent = per_cpu_ptr(breakinfo[breakno].pev, cpu);
277 pevent = per_cpu_ptr(breakinfo[breakno].pev, cpu);
317 bp = *per_cpu_ptr(breakinfo[i].pev, cpu);
406 bp = *per_cpu_ptr(breakinfo[i].pev, cpu);
644 if (breakinfo[i].pev)
646 breakinfo[i].pev = register_wide_hw_breakpoint(&attr, NULL);
647 if (IS_ERR(breakinfo[i].pev)) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Dkgdb.c197 struct perf_event * __percpu *pev; member in struct:hw_breakpoint
221 bp = *per_cpu_ptr(breakinfo[breakno].pev, cpu);
250 pevent = per_cpu_ptr(breakinfo[breakno].pev, cpu);
262 pevent = per_cpu_ptr(breakinfo[breakno].pev, cpu);
277 pevent = per_cpu_ptr(breakinfo[breakno].pev, cpu);
317 bp = *per_cpu_ptr(breakinfo[i].pev, cpu);
406 bp = *per_cpu_ptr(breakinfo[i].pev, cpu);
644 if (breakinfo[i].pev)
646 breakinfo[i].pev = register_wide_hw_breakpoint(&attr, NULL);
647 if (IS_ERR(breakinfo[i].pev)) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-probe.c64 struct perf_probe_event *pev = &params.events[params.nevents]; local
74 ret = parse_perf_probe_command(str, pev);
75 pr_debug("%d arguments\n", pev->nargs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/
H A Dbuiltin-probe.c64 struct perf_probe_event *pev = &params.events[params.nevents]; local
74 ret = parse_perf_probe_command(str, pev);
75 pr_debug("%d arguments\n", pev->nargs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/utils/
H A Dnet_g_lock.c25 struct tevent_context **pev,
49 *pev = ev;
24 net_g_lock_init(TALLOC_CTX *mem_ctx, struct tevent_context **pev, struct messaging_context **pmsg, struct g_lock_ctx **pg_ctx) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/utils/
H A Dnet_g_lock.c25 struct tevent_context **pev,
49 *pev = ev;
24 net_g_lock_init(TALLOC_CTX *mem_ctx, struct tevent_context **pev, struct messaging_context **pmsg, struct g_lock_ctx **pg_ctx) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/utils/
H A Dnet_g_lock.c25 struct tevent_context **pev,
49 *pev = ev;
24 net_g_lock_init(TALLOC_CTX *mem_ctx, struct tevent_context **pev, struct messaging_context **pmsg, struct g_lock_ctx **pg_ctx) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dmf.c385 struct pending_event *pev; local
405 pev = pending_event_head;
406 if (pev != NULL)
409 if (pev == NULL)
411 pce_msg_data = &pev->event.data.ce_msg;
423 free_pending_event(pev);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dmf.c385 struct pending_event *pev; local
405 pev = pending_event_head;
406 if (pev != NULL)
409 if (pev == NULL)
411 pce_msg_data = &pev->event.data.ce_msg;
423 free_pending_event(pev);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Dg_lock.c707 struct tevent_context **pev,
731 *pev = ev;
706 g_lock_init_all(TALLOC_CTX *mem_ctx, struct tevent_context **pev, struct messaging_context **pmsg, struct g_lock_ctx **pg_ctx) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/
H A Dg_lock.c707 struct tevent_context **pev,
731 *pev = ev;
706 g_lock_init_all(TALLOC_CTX *mem_ctx, struct tevent_context **pev, struct messaging_context **pmsg, struct g_lock_ctx **pg_ctx) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/
H A Dg_lock.c707 struct tevent_context **pev,
731 *pev = ev;
706 g_lock_init_all(TALLOC_CTX *mem_ctx, struct tevent_context **pev, struct messaging_context **pmsg, struct g_lock_ctx **pg_ctx) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/
H A Devent.c2398 struct event **pev; local
2422 pev = base->timeheap.p;
2424 for (; size-- > 0; ++pev) {
2425 struct timeval *ev_tv = &(**pev).ev_timeout;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libevent/
H A Devent.c2398 struct event **pev; local
2422 pev = base->timeheap.p;
2424 for (; size-- > 0; ++pev) {
2425 struct timeval *ev_tv = &(**pev).ev_timeout;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libevent/
H A Devent.c2398 struct event **pev; local
2422 pev = base->timeheap.p;
2424 for (; size-- > 0; ++pev) {
2425 struct timeval *ev_tv = &(**pev).ev_timeout;

Completed in 134 milliseconds