nfsd4: fix unlikely race in session replay case
[safe/jmp/linux-2.6] / tools /
2010-01-13 Masami Hiramatsuperf tools: Enhance glob string matching
2010-01-13 Masami Hiramatsuperf tools: Support tracepoint glob matching
2010-01-13 Masami Hiramatsuperf probe: Show probe list in pager
2010-01-13 Masami Hiramatsuperf probe: Remove newline from die()
2010-01-13 Arnaldo Carvalho... perf tools: Handle relocatable kernels
2010-01-13 Arnaldo Carvalho... perf report: Fix --no-call-chain option handling
2010-01-13 Arnaldo Carvalho... perf session: Keep pointers to the vmlinux maps
2010-01-13 Arnaldo Carvalho... perf tools: Create write_padded routine out of __dsos__...
2010-01-13 Arnaldo Carvalho... perf symbols: Export symbol_type__is_a
2010-01-13 Arnaldo Carvalho... perf symbols: Generalise the kallsyms parsing routine
2010-01-13 Liming Wangperf tools: Fix --pid option for stat
2010-01-13 Ingo MolnarMerge branch 'perf/urgent' into perf/core
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-30 Arnaldo Carvalho... perf diff: Fix support for all --sort combinations
2009-12-30 Arnaldo Carvalho... perf diff: Don't add the period for unresolved symbols
2009-12-30 Arnaldo Carvalho... perf report: Add --hide-unresolved/-U command line...
2009-12-30 Arnaldo Carvalho... perf header: perf_header__push_event() shouldn't die
2009-12-30 Arnaldo Carvalho... perf header: Do_read shouldn't die
2009-12-30 Liming Wangperf probe: Change CONFIG_KPROBE_TRACER to CONFIG_KPROB...
2009-12-30 Liming Wangperf tools: Unify event type description
2009-12-28 Xiao Guangrongperf trace: Fix forgotten close of file/dir
2009-12-28 Xiao Guangrongperf trace: Clean up find_debugfs()
2009-12-28 Xiao Guangrongperf tools: Mount debugfs automatically
2009-12-28 Wenji Huangperf kmem: Fix statistics typo
2009-12-28 Ulrich Drepperperf tools: Do a few more directory handling optimizations
2009-12-28 Tim Blechmannperf: Rename perf_event_hw_event in design document
2009-12-28 Arnaldo Carvalho... perf record: Introduce a symtab cache
2009-12-28 Arnaldo Carvalho... perf session: Remove redundant prefix & suffix from...
2009-12-28 Arnaldo Carvalho... perf session: Move full_paths config to symbol_conf
2009-12-28 Arnaldo Carvalho... perf session: Move total_unknown to perf_session->unkno...
2009-12-28 Arnaldo Carvalho... perf session: Remove sample_type_check from event_ops
2009-12-28 Arnaldo Carvalho... perf session: Share the common trace sample_check routi...
2009-12-28 Arnaldo Carvalho... perf tools: Move the map class definition to a separate...
2009-12-28 Arnaldo Carvalho... perf session: Move the event processing routines to...
2009-12-28 Amerigo Wangperf: Use format string of printf to align strings
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...
next