aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2014-01-13perf evlist: Move the SIGUSR1 error reporting logic to prepare_workloadArnaldo Carvalho de Melo
2014-01-13perf evlist: Send the errno in the signal when workload failsArnaldo Carvalho de Melo
2014-01-13perf stat: Don't show counter information when workload failsArnaldo Carvalho de Melo
2014-01-13Merge tag 'v3.13-rc8' into core/lockingIngo Molnar
2014-01-12Merge branch 'acpi-cleanup'Rafael J. Wysocki
2014-01-08Merge v3.13-rc6 into char-misc-nextGreg Kroah-Hartman
2014-01-08cpupower: Fix sscanf robustness in cpufreq-setOne Thousand Gnomes
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo
2013-12-26perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo
2013-12-26perf ui/tui: Implement header windowNamhyung Kim
2013-12-26perf ui/tui: Split help message for perf top and reportNamhyung Kim
2013-12-26perf ui/tui: Protect windows by ui__lockNamhyung Kim
2013-12-26perf probe: Support basic dwarf-based operations on uprobe eventsMasami Hiramatsu
2013-12-26perf probe: Expand given path to absolute pathMasami Hiramatsu
2013-12-23perf config: Ignore generated files in feature-checksChunwei Chen
2013-12-23perf tools: Do not synthesize the treads of default guest.Dongsheng Yang
2013-12-23perf tools: Use machine->pid for tgid if machine is guest.Dongsheng Yang
2013-12-23perf tools: Set event->header.misc to PERF_RECORD_MISC_GUEST_USER if machine ...Dongsheng Yang
2013-12-23perf tools: Find the proc info under machine->root_dir.Dongsheng Yang
2013-12-23perf tools: Add support for PERF_RECORD_MISC_GUEST_USER in thread__find_addr_...Dongsheng Yang
2013-12-23perf kvm: Fix kvm report without guestmount.Dongsheng Yang
2013-12-20perf report: Print session information only if --stdio is givenNamhyung Kim
2013-12-20perf report: Use pr_*() functions where applicableNamhyung Kim
2013-12-19perf symbols: Add 'machine' member to struct addr_locationArnaldo Carvalho de Melo
2013-12-19perf mem: Remove unused parameter from dump_raw_samples()Arnaldo Carvalho de Melo
2013-12-19perf scripting perl: Shorten function signaturesArnaldo Carvalho de Melo
2013-12-19perf scripting python: Shorten function signaturesArnaldo Carvalho de Melo
2013-12-19perf ui browser: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo
2013-12-19perf report: Rename 'perf_report' to 'report'Arnaldo Carvalho de Melo
2013-12-19tools lib traceevent: Use global 'O' processing codeJiri Olsa
2013-12-19tools lib traceevent: Use global QUIET_CLEAN build outputJiri Olsa
2013-12-19tools lib traceevent: Use global QUIET_INSTALL build outputJiri Olsa
2013-12-19tools lib traceevent: Use global QUIET_LINK build outputJiri Olsa
2013-12-19tools lib traceevent: Add global QUIET_CC_FPIC build outputJiri Olsa
2013-12-19tools lib traceevent: Use global QUIET_CC build outputJiri Olsa
2013-12-19tools lib traceevent: Remove print_app_build variableJiri Olsa
2013-12-19perf tools: Making QUIET_(CLEAN|INSTAL) variables globalJiri Olsa
2013-12-19perf tests: Factor make install testsJiri Olsa
2013-12-19perf tools: Rename 'perf_record_opts' to 'record_optsArnaldo Carvalho de Melo
2013-12-19perf record: Rename 'perf_record' to plain 'record'Arnaldo Carvalho de Melo
2013-12-19perf record: Simplify perf_record__writeArnaldo Carvalho de Melo
2013-12-19perf record: Use perf_data_file__write for output fileJiri Olsa
2013-12-19perf inject: Handle output file via perf_data_file objectJiri Olsa
2013-12-19perf tools: Get rid of a duplicate va_end() in error reporting routineNamhyung Kim
2013-12-19perf report: Introduce helpers for processing callchainsArnaldo Carvalho de Melo
2013-12-19perf annotate: Make symbol__inc_addr_samples privateArnaldo Carvalho de Melo
2013-12-19perf annotate: Adopt methods from histsArnaldo Carvalho de Melo
2013-12-19perf top: Use hist_entry__inc_addr_sampleArnaldo Carvalho de Melo
2013-12-19perf annotate: Add inc_samples method to addr_map_symbolArnaldo Carvalho de Melo