const: constify remaining dev_pm_ops
[safe/jmp/linux-2.6] / tools /
2009-11-23 Simon Kaempfleinperf record, x86: Print more intelligent error message...
2009-11-23 Michael S. Tsirkinperf: Use default compiler mode by default
2009-11-22 Arnaldo Carvalho... perf report: Do map lookups in resolve_callchain()
2009-11-22 Arnaldo Carvalho... perf symbols: Show messages about module loading only...
2009-11-22 Michael S. Tsirkinperf tools: Suggest static libraries as well
2009-11-22 Michael S. Tsirkinperf tools: Add V=2 option to help debug config issues
2009-11-22 Pekka Enbergperf symbols: Fix ELF header errors during "perf kmem...
2009-11-22 Pekka Enbergperf kmem: Add --sort hit and --sort frag
2009-11-22 Hitoshi Mitakeperf bench: Make the mem/memcpy tests more user-friendly
2009-11-21 Arnaldo Carvalho... perf trace: Read_tracing_data should die() another day
2009-11-21 Arnaldo Carvalho... perf symbols: Old versions of elf.h don't have NT_GNU_B...
2009-11-21 Arnaldo Carvalho... perf symbols: Fixup kernel_maps__fixup_end end map
2009-11-21 Arnaldo Carvalho... perf symbols: Change the kernel DSO name if it comes...
2009-11-21 Arnaldo Carvalho... perf symbols: Check vmlinux buildid
2009-11-21 Arnaldo Carvalho... perf symbols: Do lazy symtab loading for the kernel...
2009-11-21 Arnaldo Carvalho... perf symbols: Introduce dso__build_id_equal
2009-11-21 Arnaldo Carvalho... perf symbols: Filename__read_build_id should look at...
2009-11-21 Arnaldo Carvalho... perf symbols: Remove unrelated actions from dso__load_k...
2009-11-20 Li Zefanperf: Add 'perf kmem' tool
2009-11-19 Arnaldo Carvalho... perf tools: Don't die() in mmap_dispatch_perf_file
2009-11-19 Arnaldo Carvalho... perf tools: Eliminate some more die() uses in library...
2009-11-19 Arnaldo Carvalho... perf tools: perf_header__read() shouldn't die()
2009-11-19 Arnaldo Carvalho... perf symbols: Capture the running kernel buildid too
2009-11-19 Arnaldo Carvalho... perf symbols: Record the build_ids of kernel modules too
2009-11-19 Arnaldo Carvalho... perf symbols: Kill struct build_id_list and die() anoth...
2009-11-19 Arnaldo Carvalho... perf symbols: Fix comparision of build_ids
2009-11-19 Hitoshi Mitakeperf bench: Add memcpy() benchmark
2009-11-19 Arnaldo Carvalho... perf top: Don't allocate the source parsing members...
2009-11-19 Arnaldo Carvalho... perf top: Allocate space only for the number of counter...
2009-11-19 Arnaldo Carvalho... perf top: Introduce helper function to access symbol...
2009-11-19 Arnaldo Carvalho... perf top: Suppress DSO column if only one is present
2009-11-19 Arnaldo Carvalho... perf top: Auto adjust symbol and dso widths
2009-11-19 Arnaldo Carvalho... perf symbols: Add a long_name_len member to struct dso
2009-11-19 Luck, Tonyperf tools: Add ia64 support for tools/perf/
2009-11-17 Nick Pigginperf annotate: Allocate history size correctly
2009-11-17 Michael S. Tsirkinperf tools: Support static build
2009-11-17 Ingo MolnarMerge branch 'perf/core' into perf/probes
2009-11-17 Arnaldo Carvalho... perf tools: Don't die() in do_write()
2009-11-17 Arnaldo Carvalho... perf tools: Don't die() in perf_header__new()
2009-11-17 Arnaldo Carvalho... perf tools: Don't die() in perf_header_attr__add_id()
2009-11-17 Arnaldo Carvalho... perf tools: Don't die() in perf_header__add_attr()
2009-11-17 Arnaldo Carvalho... perf buildid-list: Always show the DSO name
2009-11-17 Arnaldo Carvalho... perf top: Introduce --hide_{user,kernel}_symbols
2009-11-17 Arnaldo Carvalho... perf top: Use all the lines in the screen
2009-11-17 Arnaldo Carvalho... perf tools: Don't die in perf_header_attr__new()
2009-11-16 Arnaldo Carvalho... perf buildid-list: New plumbing command
2009-11-16 Arnaldo Carvalho... perf tools: Introduce dsos__fprintf_buildid
2009-11-16 Arnaldo Carvalho... perf tools: Generalize perf_header__adds_read()
2009-11-16 Arnaldo Carvalho... perf tools: Debug.h needs to include event.h for event_t
2009-11-16 Arnaldo Carvalho... perf symbols: Pass the offset to perf_header__read_buil...
2009-11-16 Arnaldo Carvalho... perf symbols: Call the symbol filter in dso__synthesize...
2009-11-15 Lucas De Marchiperf stat: Do not print ratio when task-clock event...
2009-11-15 Hitoshi Mitakeperf tools: Add new perf_atoll() function to parse...
2009-11-15 Ingo MolnarMerge branches 'perf/powerpc' and 'perf/bench' into...
2009-11-15 Ingo MolnarMerge commit 'v2.6.32-rc7' into perf/core
2009-11-11 Michael Creeperf tools: Test -fstack-protector-all compiler option...
2009-11-11 Frederic Weisbeckerperf tools: Bring linear set of section headers for...
2009-11-11 Frederic Weisbeckerperf tools: Use perf_header__set/has_feat whenever...
2009-11-11 Frederic Weisbeckerperf tools: Read the build-ids from the header layer
2009-11-11 Frederic Weisbeckerperf tools: Split up build id saving into fetch and...
2009-11-11 Frederic Weisbeckerperf tools: Move the build-id storage operations to...
2009-11-11 Frederic Weisbeckerperf tools: Synthetize the targeted process
2009-11-10 Hitoshi Mitakeperf bench: Improve sched-message.c with more comfortab...
2009-11-10 Hitoshi Mitakeperf bench: Improve sched-pipe.c with more comfortable...
2009-11-10 Hitoshi Mitakeperf bench: Improve builtin-bench.c for more friendly...
2009-11-10 Hitoshi Mitakeperf bench: Modify command-list.txt for the entry of...
2009-11-10 Hitoshi Mitakeperf bench: Add new document about perf-bench
2009-11-10 Ingo Molnarperf bench: Clean up bench/bench.h
2009-11-10 Hitoshi Mitakeperf bench: Modify builtin-pipe.c for processing common...
2009-11-10 Hitoshi Mitakeperf bench: Modify bench/bench-messaging.c to adopt...
2009-11-10 Hitoshi Mitakeperf bench: Modify builtin-bench.c for processing commo...
2009-11-10 Hitoshi Mitakeperf bench: Add format constants to bench.h for unified...
2009-11-09 Zeev Tarantovperf tools: Fix syntax in documentation
2009-11-09 Hitoshi Mitakeperf bench: Fix bench/sched-pipe.c to wait for child...
2009-11-08 Clark Williamsperf tools: Modify perf routines to use new debugfs...
2009-11-08 Clark Williamsperf tools: Add debugfs utility routines for perf
2009-11-08 Pekka Enbergperf tools: Fix permission checks
2009-11-08 Arnaldo Carvalho... perf symbols: Use the buildids if present
2009-11-08 Hitoshi Mitakeperf bench: Add subcommand 'bench' to the Makefile
2009-11-08 Hitoshi Mitakeperf bench: Add new subcommand 'bench' to perf.c
2009-11-08 Hitoshi Mitakeperf bench: Modify builtin.h for new prototype
2009-11-08 Hitoshi Mitakeperf bench: Add builtin-bench.c: General framework...
2009-11-08 Hitoshi Mitakeperf bench: Add sched-pipe.c: Benchmark for pipe()...
2009-11-08 Hitoshi Mitakeperf bench: Add sched-messaging.c: Benchmark for schedu...
2009-11-08 Hitoshi Mitakeperf bench: Add new directory and header for new subcom...
2009-11-04 Masami Hiramatsuperf/probes: Rename perf probe events group name
2009-11-04 Masami Hiramatsuperf/probes: Fall back to non-dwarf if possible
2009-11-04 Masami Hiramatsuperf/probes: Improve error messages
2009-11-04 Masami Hiramatsuperf/probes: Update Documentation/perf-probe.txt
2009-11-04 Arnaldo Carvalho... perf symbols: Factor out buildid reading routine
2009-11-04 Ingo MolnarMerge commit 'v2.6.32-rc6' into perf/core
2009-11-03 Arnaldo Carvalho... perf symbols: Initialize dso->loaded
2009-11-03 Thiago Farinaperf: Clean up trivial style issues in builtin-help.c
2009-11-03 Arnaldo Carvalho... perf probe: Annotate variable initialization
2009-11-02 Ingo Molnarperf tools: Fix missing symtabs printouts
2009-11-02 Arnaldo Carvalho... perf tools: Improve message about missing symtabs for...
2009-11-02 Arnaldo Carvalho... perf tools: Simplify the symbol priv area mechanism
2009-11-02 Arnaldo Carvalho... perf tools: Factor out the map initialization
2009-10-29 Masami Hiramatsuperf/probes: Support function entry relative line number
2009-10-29 Masami Hiramatsuperf/probes: Improve probe point syntax of perf-probe
next