af_key: fix netns ops ordering on module load/unload
[safe/jmp/linux-2.6] / tools /
2010-01-20 Pekka Enbergperf kmem: Print usage help for unknown commands
2010-01-20 Pekka Enbergperf kmem: Increase "Hit" column length
2010-01-17 Arjan van de Venperf timechart: Use tid not pid for COMM change
2010-01-13 Arnaldo Carvalho... perf tools: Check if /dev/null can be used as the ...
2010-01-13 Arnaldo Carvalho... perf tools: Move QUIET_STDERR def to before first use
2009-12-28 Wenji Huangperf kmem: Fix statistics typo
2009-12-28 Tim Blechmannperf: Rename perf_event_hw_event in design document
2009-12-28 Arnaldo Carvalho... perf tools: Add missing header files to LIB_H Makefile...
2009-12-28 Arnaldo Carvalho... perf record: We should fork only if a program was speci...
2009-12-18 Arnaldo Carvalho... perf diff: Fix usage array, it must end with a NULL...
2009-12-18 Arnaldo Carvalho... perf session: Make events_stats u64 to avoid overflow...
2009-12-17 Masami Hiramatsuperf probe: Check new event name
2009-12-17 Masami Hiramatsuperf probe: Check whether debugfs path is correct
2009-12-17 Masami Hiramatsuperf probe: Fix libdwarf include path for Debian
2009-12-16 Peter Zijlstraperf record: Use per-task-per-cpu events for inherited...
2009-12-16 Peter Zijlstraperf record: Properly synchronize child creation
2009-12-16 Arnaldo Carvalho... perf diff: Percent calcs should use double values
2009-12-16 Arnaldo Carvalho... perf diff: Change the default sort order to "dso,symbol"
2009-12-16 Arnaldo Carvalho... perf diff: Use perf_session__fprintf_hists just like...
2009-12-16 Arnaldo Carvalho... perf report: Fix cut'n'paste error recently introduced
2009-12-16 Arnaldo Carvalho... perf session: Move perf report specific hits out of...
2009-12-16 Arnaldo Carvalho... perf tools: Move hist entries printing routines from...
2009-12-16 Arnaldo Carvalho... perf report: Generalize perf_session__fprintf_hists()
2009-12-16 Arnaldo Carvalho... perf symbols: Move symbol filtering to event__preproces...
2009-12-16 Arnaldo Carvalho... perf symbols: Adopt the strlists for dso, comm
2009-12-16 Arnaldo Carvalho... perf symbols: Make symbol_conf global
2009-12-15 Masami Hiramatsuperf probe: Fix to show which probe point is not found
2009-12-15 Masami Hiramatsuperf probe: Check symbols in symtab/kallsyms
2009-12-15 Masami Hiramatsuperf probe: Check build-id of vmlinux
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 tools: Add for_each macros for strlist
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: Show need-dwarf message only if it is reall...
2009-12-15 Masami Hiramatsuperf probe: Check hyphen only argument
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-15 Arnaldo Carvalho... perf diff: Fix documentation
2009-12-15 Ingo Molnarperf diff: Improve the help text
2009-12-15 Tom Zanussiperf trace/scripting: Update Documentation
2009-12-15 Tom Zanussiperf trace/scripting: Add 'record' and 'report' options
2009-12-15 Tom Zanussiperf trace/scripting: List available scripts
2009-12-15 Tom Zanussiperf trace/scripting: Check return val of perl_run()
2009-12-15 Tom Zanussiperf trace/scripting: Don't install unneeded files
2009-12-15 Tom Zanussiperf trace/scripting: Add support for script args
2009-12-15 Frederic Weisbeckerperf tools: Make symbol_conf static
2009-12-15 Arnaldo Carvalho... perf diff: Introduce tool to show performance difference
2009-12-15 Arnaldo Carvalho... perf record: Rename perf.data to perf.data.old if ...
2009-12-15 Arnaldo Carvalho... perf util: Remove setup_sorting dups
2009-12-15 Arnaldo Carvalho... perf session: Event statistics also are per session
2009-12-14 Arnaldo Carvalho... perf session: Adopt the sample_type variable
2009-12-14 Arnaldo Carvalho... perf session: Adopt resolve_callchain
2009-12-14 Arnaldo Carvalho... perf session: Move the hist_entries rb tree to perf_session
2009-12-14 Arnaldo Carvalho... perf tools: No need for three rb_trees for sorting...
2009-12-14 Arnaldo Carvalho... perf session: Move kmaps to perf_session
2009-12-14 Arnaldo Carvalho... perf session: Move the global threads list to perf_session
2009-12-14 Arnaldo Carvalho... perf session: Reduce the number of parms to perf_sessio...
2009-12-14 Arnaldo Carvalho... perf session: Register the idle thread in perf_session_...
2009-12-14 Arnaldo Carvalho... perf session: Ditch register_perf_file_handler
2009-12-14 Arnaldo Carvalho... perf session: Pass the perf_session to the event handli...
2009-12-14 David Millerperf sched: Fix build failure on sparc
2009-12-14 Hitoshi Mitakeperf bench: Add "all" pseudo subsystem and "all" pseudo...
2009-12-12 Arnaldo Carvalho... perf tools: Introduce perf_session class
2009-12-12 Arnaldo Carvalho... perf symbols: Ditch dso->find_symbol
2009-12-12 Arnaldo Carvalho... perf symbols: Allow lookups by symbol name too
2009-12-12 Arnaldo Carvalho... perf symbols: Add missing "Variables" entry to map_type...
2009-12-12 Arnaldo Carvalho... perf symbols: Add support for 'variable' symtabs
2009-12-12 Arnaldo Carvalho... perf symbols: Introduce ELF counterparts to symbol_type...
2009-12-12 Arnaldo Carvalho... perf symbols: Introduce symbol_type__is_a
2009-12-12 Arnaldo Carvalho... perf symbols: Rename kthreads to kmaps, using another...
2009-12-11 Jamie Ilesperf tools: Allow building for ARM
2009-12-11 Jamie Ilesperf tools: Allow cross compiling
2009-12-10 Ingo Molnarperf kmem: Fix unused argument build warning
2009-12-10 Arnaldo Carvalho... perf symbols: perf_header__read_build_ids() offset...
2009-12-10 Arnaldo Carvalho... perf symbols: dsos__read_build_ids() should read both...
2009-12-10 Li Zefanperf tools: Align long options which have no short...
2009-12-10 Li Zefanperf kmem: Show usage if no option is specified
2009-12-10 Frederic Weisbeckerperf sched: Add max delay time snapshot
2009-12-10 Julia Lawallperf tools: Correct size given to memset
2009-12-09 Xiao Guangrongperf sched: Fix for getting task's execution time
2009-12-09 Masami Hiramatsuperf probe: Update perf-probe document
2009-12-09 Masami Hiramatsuperf probe: Support --del option
2009-12-09 Masami Hiramatsuperf probe: Support vmlinux on cwd by default
2009-12-09 Masami Hiramatsuperf probe: Remove event suffix number _0
2009-12-09 Masami Hiramatsuperf probe: Fix add-probe command syntax without -...
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: Use pr_debug for debug message
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-07 Juha Leppanenperf probe: Fix strtailcmp() to compare s1and s2[0]
2009-12-07 Ulrich Drepperperf tools: Optimize parse_subsystem_tracepoint_event()
2009-12-07 Tom Zanussiperf trace/scripting: Don't display 'scripting unsuppor...
2009-12-07 Tom Zanussiperf trace/scripting: Fix compile error when libperl...
2009-12-07 Xiao Guangrongperf_event: Eliminate raw->size
2009-12-07 Xiao Guangrongperf_event: Fix __dsos__write_buildid_table()
2009-12-07 Xiao Guangrongperf_event: Fix raw event processing
next