perf tools: Add machine__kernel_ip()
[cascardo/linux.git] / tools /
2014-08-22 Adrian Hunterperf tools: Add machine__kernel_ip()
2014-08-22 Adrian Hunterperf machine: Rename machine__get_kernel_start_addr...
2014-08-22 Adrian Hunterperf scripting: Add 'flush' callback to scripting API
2014-08-22 Adrian Hunterperf tests: Add a test for tracking with sched_switch
2014-08-20 Namhyung Kimperf hists browser: Factor out hist_browser__show_callc...
2014-08-20 Namhyung Kimperf hists browser: Fix children overhead dump
2014-08-20 Namhyung Kimperf hists browser: Get rid of unused 'remaining' variable
2014-08-20 Sukadev Bhattiproluperf tools powerpc: Explicitly include util/debug.h
2014-08-20 Don Zickusperf symbols: Don't try to find DSOs in SYSV maps
2014-08-18 Ingo MolnarMerge tag 'perf-core-for-mingo' of git://git./linux...
2014-08-15 Masami Hiramatsuperf stat: Use strerror_r instead of strerror
2014-08-15 Masami Hiramatsuperf help: Use strerror_r instead of strerror
2014-08-15 Masami Hiramatsuperf kvm: Use strerror_r instead of strerror
2014-08-15 Masami Hiramatsuperf buildid-cache: Use strerror_r instead of strerror
2014-08-15 Masami Hiramatsuperf sched: Use strerror_r instead of strerror
2014-08-15 Masami Hiramatsuperf test: Use strerror_r instead of strerror
2014-08-15 Masami Hiramatsuperf record: Use strerror_r instead of strerror
2014-08-15 Masami Hiramatsuperf trace: Use strerror_r instead of strerror
2014-08-15 Masami Hiramatsuperf top: Use strerror_r instead of strerror
2014-08-15 Masami Hiramatsuperf util: Replace strerror with strerror_r for thread...
2014-08-15 Masami Hiramatsuperf probe: Make error messages thread-safe
2014-08-15 Masami Hiramatsuperf: Use strerror_r instead of strerror
2014-08-15 Masami Hiramatsuperf probe: Don't use strerror if strlist__add failed
2014-08-15 Namhyung Kimperf report: Relax -g option parsing not to limit the...
2014-08-15 Cody P Schaferperf tools: Annotate PMU related list_head members...
2014-08-15 Elliott Hughesperf tools: Add arm64 triplets
2014-08-15 Alex Converseperf annotate: Don't truncate Intel style addresses
2014-08-15 Masami Hiramatsuperf probe: Warn user to rebuild target with debuginfo
2014-08-14 Ingo MolnarMerge tag 'perf-core-for-mingo' of git://git./linux...
2014-08-13 Adrian Hunterperf evlist: Add perf_evlist__enable_event_idx()
2014-08-13 Adrian Hunterperf tools: Add flags and insn_len to struct sample
2014-08-13 Adrian Hunterperf machine: Add machine__thread_exec_comm()
2014-08-13 Adrian Hunterperf tools: Identify which comms are from exec
2014-08-13 Adrian Hunterperf script python: Add helpers for calling Python...
2014-08-13 Adrian Hunterperf script: Allow callchains if any event samples...
2014-08-13 Adrian Hunterperf session: Add perf_session__peek_event()
2014-08-13 Adrian Hunterperf evlist: Add perf_evlist__set_tracking_event()
2014-08-13 Adrian Hunterperf evlist: Add 'system_wide' option
2014-08-13 Adrian Hunterperf symbols: Fix missing label symbols
2014-08-13 Namhyung Kimperf symbols: Don't demangle parameters and such by...
2014-08-13 Namhyung Kimperf top: Handle 'z' key for toggle zeroing samples...
2014-08-13 Namhyung Kimperf top: Fix -z option behavior
2014-08-13 naota@elisp.netperf report: Set proper sort__mode for the branch option
2014-08-13 Namhyung Kimperf hists browser: Fix a small callchain display bug
2014-08-13 Namhyung Kimperf tools: Check recorded kernel version when finding...
2014-08-13 Namhyung Kimperf trace: Move call to symbol__init() after creating...
2014-08-13 Namhyung Kimperf timechart: Move call to symbol__init() after creat...
2014-08-13 Namhyung Kimperf script: Move call to symbol__init() after creating...
2014-08-13 Namhyung Kimperf sched: Move call to symbol__init() after creating...
2014-08-13 Namhyung Kimperf lock: Move call to symbol__init() after creating...
2014-08-13 Namhyung Kimperf kvm: Move call to symbol__init() after creating...
2014-08-13 Namhyung Kimperf kmem: Move session handling out of __cmd_kmem()
2014-08-13 Namhyung Kimperf inject: Move session handling out of __cmd_inject()
2014-08-13 Namhyung Kimperf buildid-cache: Move session handling into cmd_buil...
2014-08-13 Namhyung Kimperf annotate: Move session handling out of __cmd_annot...
2014-08-13 Namhyung Kimperf symbols: Fix a memory leak in vmlinux_path__init()
2014-08-13 Namhyung Kimperf script: Fix possible memory leaks
2014-08-13 Adrian Hunterperf tools: Prefer to use a cpu-wide event for probing...
2014-08-13 Adrian Hunterperf tools: Fix probing the kernel API with cpu-wide...
2014-08-13 Adrian Hunterperf tools: Fix one of the probe events to exclude...
2014-08-13 Adrian Hunterperf tools: Fix CLOEXEC probe for perf_event_paranoid...
2014-08-13 Alex Snastperf trace: Add beautifier for mremap flags param
2014-08-13 Masami Hiramatsuperf probe: Fix --del option to delete events only...
2014-08-13 Masami Hiramatsuperf probe: Fix --list option to show events only with...
2014-08-13 Jiri Olsaperf kvm: Fix stdin handling for 'kvm stat live' command
2014-08-13 Jiri Olsaperf top: Setup signals for terminal output
2014-08-13 Jiri Olsaperf tools: Introduce set_term_quiet_input helper function
2014-08-13 Jiri Olsaperf top: Join the display thread on exit
2014-08-13 Arnaldo Carvalho... perf tools: Add cpu_startup_entry to the list of kernel...
2014-08-13 Arnaldo Carvalho... perf top: Don't look for kernel idle symbols in all...
2014-08-13 Ingo MolnarMerge tag 'perf-core-for-mingo' of git://git./linux...
2014-08-12 Thomas Ilscheperf tools: Default to python version 2
2014-08-12 Jiri Olsaperf tools: Fix PERF_FLAG_FD_CLOEXEC flag probing event...
2014-08-12 Namhyung Kimperf tools: Fix column alignment when headers aren...
2014-08-12 Namhyung Kimperf tools: Add name field into perf_hpp_fmt
2014-08-12 Namhyung Kimperf top: Add -w option for setting column width
2014-08-12 Namhyung Kimperf report: Honor column width setting
2014-08-12 Namhyung Kimperf tools: Save column length in perf_hpp_fmt
2014-08-12 Namhyung Kimperf tools: Make __hpp__fmt() receive an additional...
2014-08-12 Namhyung Kimperf tools: Left-align output contents
2014-08-12 Namhyung Kimperf tools: Fix make PYTHON override
2014-08-12 Namhyung Kimperf kmem: Do not ignore mmap events
2014-08-12 Jiri Olsaperf tools: Show better error message in case we fail...
2014-08-12 Jiri Olsaperf tools: Allow out of order messages in forced flush
2014-08-12 Jiri Olsaperf tools: Add debug prints for ordered events queue
2014-08-12 Jiri Olsaperf tools: Add report.queue-size config file option
2014-08-12 Jiri Olsaperf tools: Add perf_config_u64 function
2014-08-12 Jiri Olsaperf tools: Add ordered_events__free function
2014-08-12 Jiri Olsaperf tools: Add ordered_events__init function
2014-08-12 Jiri Olsaperf tools: Use list_move in ordered_events_delete...
2014-08-12 Jiri Olsaperf tools: Create ordered-events object
2014-08-12 Jiri Olsaperf tools: Make perf_session__deliver_event global
2014-08-12 Jiri Olsaperf tools: Flush ordered events in case of allocation...
2014-08-12 Jiri Olsaperf tools: Limit ordered events queue size
2014-08-12 Jiri Olsaperf tools: Factor ordered_events__flush to be more...
2014-08-12 Jiri Olsaperf tools: Add ordered_events__(new|delete) interface
2014-08-12 Jiri Olsaperf tools: Rename ordered_events members
2014-08-12 Jiri Olsaperf tools: Rename ordered_samples struct to ordered_events
2014-08-12 Jiri Olsaperf tools: Rename ordered_samples bool to ordered_events
2014-08-12 Andi Kleenperf record: Honour --no-time command line option
next