perf: Fix perf probe build error
[safe/jmp/linux-2.6] / tools / perf / util / probe-event.c
2010-04-21 Frederic Weisbeckerperf: Fix perf probe build error
2010-04-19 Zhang, Yanminperf: 'perf kvm' tool for monitoring guest performance...
2010-04-14 Masami Hiramatsuperf probe: Fix line range to show end line
2010-04-14 Masami Hiramatsuperf probe: Fix a bug that --line range can be overflow
2010-04-14 Masami Hiramatsuperf probe: Fix mis-estimation for shortening filename
2010-04-14 Masami Hiramatsuperf probe: Fix to use correct debugfs path finder
2010-04-14 Masami Hiramatsuperf probe: Remove xstrdup()/xstrndup() from util/probe...
2010-04-14 Masami Hiramatsuperf probe: Remove xzalloc() from util/probe-{event...
2010-04-14 Masami Hiramatsuperf probe: Remove die() from probe-event code
2010-04-14 Masami Hiramatsuperf probe: Remove die() from probe-finder code
2010-04-14 Masami Hiramatsuperf probe: Support basic type casting
2010-04-14 Masami Hiramatsuperf probe: Query basic types from debuginfo
2010-04-14 Masami Hiramatsuperf probe: Use the last field name as the argument...
2010-04-14 Masami Hiramatsuperf probe: Support argument name
2010-03-22 Masami Hiramatsuperf probe: Cleanup debuginfo related code
2010-03-18 Ingo Molnarperf events: Fix false positive build warning with...
2010-03-17 Ingo Molnarperf probe: Fix !dwarf build
2010-03-17 Masami Hiramatsuperf probe: Add data structure member access support
2010-03-17 Masami Hiramatsuperf probe: List probes with line number and file name
2010-03-17 Masami Hiramatsuperf probe: Introduce kprobe_trace_event and perf_probe...
2010-03-17 Masami Hiramatsuperf probe: Add --dry-run option
2010-03-17 Masami Hiramatsuperf probe: Move add-probe routine to util/
2010-03-17 Masami Hiramatsuperf probe: Use wrapper functions
2010-03-13 Masami Hiramatsuperf probe: Fix need_dwarf flag if lazy matching is...
2010-03-09 Ingo MolnarMerge commit 'v2.6.34-rc1' into perf/urgent
2010-03-05 Linus TorvaldsMerge branch 'perf-probes-for-linus-2' of git://git...
2010-02-28 Linus TorvaldsMerge branch 'perf-core-for-linus' of git://git./linux...
2010-02-27 Frederic WeisbeckerMerge commit 'v2.6.33' into perf/core
2010-02-25 Masami Hiramatsuperf probe: Add lazy line matching support
2010-02-25 Masami Hiramatsuperf probe: Show more lines after last line
2010-02-22 Masami Hiramatsuperf probe: Init struct probe_point and set counter...
2010-01-13 Masami Hiramatsuperf probe: Support --line option to show probable...
2010-01-13 Masami Hiramatsuperf probe: Show probe list in pager
2009-12-30 Liming Wangperf probe: Change CONFIG_KPROBE_TRACER to CONFIG_KPROB...
2009-12-17 Masami Hiramatsuperf probe: Check new event name
2009-12-15 Masami Hiramatsuperf probe: Fix to show which probe point is not found
2009-12-15 Masami Hiramatsuperf probe: Reject second attempt of adding same-name...
2009-12-15 Masami Hiramatsuperf probe: Support event name for --add option
2009-12-15 Masami Hiramatsuperf probe: Add glob matching support on --del
2009-12-15 Masami Hiramatsuperf probe: Use strlist__for_each macros in probe-event.c
2009-12-15 Masami Hiramatsuperf probe: Fix --del to update current event list
2009-12-15 Masami Hiramatsuperf probe: Fix --del to show info instead of warning
2009-12-15 Masami Hiramatsuperf probe: Check the result of e_snprintf()
2009-12-15 Masami Hiramatsuperf probe: Cleanup struct session in builtin-probe.c
2009-12-10 Julia Lawallperf tools: Correct size given to memset
2009-12-09 Masami Hiramatsuperf probe: Support --del option
2009-12-09 Masami Hiramatsuperf probe: Remove event suffix number _0
2009-12-09 Masami Hiramatsuperf probe: Change probe-added message more user-friendly
2009-12-09 Masami Hiramatsuperf probe: Change event list format
2009-12-07 Masami Hiramatsuperf probe: Check e_snprintf() format string
2009-12-07 Masami Hiramatsuperf probe: Fix event namelist to duplicate string
2009-12-02 Liming Wangperf tools: Replace %m with %a in sscanf
2009-12-01 Masami Hiramatsuperf probe: Simplify event naming
2009-12-01 Masami Hiramatsuperf probe: Add --list option for listing current probe...
2009-12-01 Masami Hiramatsuperf probe: Add argv_split() from lib/argv_split.c
2009-12-01 Masami Hiramatsuperf probe: Move probe event utility functions to probe...