summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-13perf evlist: Close fds on destructorArnaldo Carvalho de Melo11-26/+10
2014-01-13perf evlist: Move destruction of maps to evlist destructorArnaldo Carvalho de Melo15-58/+32
2014-01-13perf record: Remove old evsel_list usageArnaldo Carvalho de Melo1-24/+19
2014-01-13perf evlist: Move the SIGUSR1 error reporting logic to prepare_workloadArnaldo Carvalho de Melo7-40/+32
2014-01-13perf evlist: Send the errno in the signal when workload failsArnaldo Carvalho de Melo3-11/+60
2014-01-13perf stat: Don't show counter information when workload failsArnaldo Carvalho de Melo1-1/+25
2014-01-12Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar87-882/+1001
2014-01-12perf: Introduce a flag to enable close-on-exec in perf_event_open()Yann Droneaud2-3/+10
2014-01-12perf/x86/intel: Add Intel RAPL PP1 energy counter supportStephane Eranian1-7/+24
2014-01-12perf/x86: Fix active_entry initializationStephane Eranian2-4/+4
2013-12-28perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo29-81/+84
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo22-103/+56
2013-12-26perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo7-62/+31
2013-12-26perf ui/tui: Implement header windowNamhyung Kim4-0/+136
2013-12-26perf ui/tui: Split help message for perf top and reportNamhyung Kim1-19/+30
2013-12-26perf ui/tui: Protect windows by ui__lockNamhyung Kim1-3/+16
2013-12-26perf probe: Support basic dwarf-based operations on uprobe eventsMasami Hiramatsu4-17/+138
2013-12-26perf probe: Expand given path to absolute pathMasami Hiramatsu2-10/+16
2013-12-23perf config: Ignore generated files in feature-checksChunwei Chen3-58/+60
2013-12-23perf tools: Do not synthesize the treads of default guest.Dongsheng Yang1-0/+9
2013-12-23perf tools: Use machine->pid for tgid if machine is guest.Dongsheng Yang1-2/+6
2013-12-23perf tools: Set event->header.misc to PERF_RECORD_MISC_GUEST_USER if machine ...Dongsheng Yang1-1/+4
2013-12-23perf tools: Find the proc info under machine->root_dir.Dongsheng Yang1-3/+8
2013-12-23perf tools: Add support for PERF_RECORD_MISC_GUEST_USER in thread__find_addr_...Dongsheng Yang1-8/+3
2013-12-23perf kvm: Fix kvm report without guestmount.Dongsheng Yang1-1/+6
2013-12-20perf report: Print session information only if --stdio is givenNamhyung Kim1-7/+9
2013-12-20perf report: Use pr_*() functions where applicableNamhyung Kim1-4/+4
2013-12-20perf symbols: Add 'machine' member to struct addr_locationArnaldo Carvalho de Melo10-32/+26
2013-12-20perf mem: Remove unused parameter from dump_raw_samples()Arnaldo Carvalho de Melo1-3/+2
2013-12-19perf scripting perl: Shorten function signaturesArnaldo Carvalho de Melo1-13/+7
2013-12-19perf scripting python: Shorten function signaturesArnaldo Carvalho de Melo1-17/+9
2013-12-19perf ui browser: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo1-1/+1
2013-12-19perf report: Rename 'perf_report' to 'report'Arnaldo Carvalho de Melo1-42/+31
2013-12-19tools lib traceevent: Use global 'O' processing codeJiri Olsa1-9/+4
2013-12-19tools lib traceevent: Use global QUIET_CLEAN build outputJiri Olsa1-2/+3
2013-12-19tools lib traceevent: Use global QUIET_INSTALL build outputJiri Olsa1-10/+11
2013-12-19tools lib traceevent: Use global QUIET_LINK build outputJiri Olsa1-8/+3
2013-12-19tools lib traceevent: Add global QUIET_CC_FPIC build outputJiri Olsa2-14/+3
2013-12-19tools lib traceevent: Use global QUIET_CC build outputJiri Olsa1-8/+5
2013-12-19tools lib traceevent: Remove print_app_build variableJiri Olsa1-6/+0
2013-12-19perf tools: Making QUIET_(CLEAN|INSTAL) variables globalJiri Olsa2-7/+3
2013-12-19perf tests: Factor make install testsJiri Olsa1-6/+32
2013-12-19perf tools: Rename 'perf_record_opts' to 'record_optsArnaldo Carvalho de Melo17-37/+34
2013-12-19perf record: Rename 'perf_record' to plain 'record'Arnaldo Carvalho de Melo1-30/+28
2013-12-19perf record: Simplify perf_record__writeArnaldo Carvalho de Melo1-8/+3
2013-12-19perf record: Use perf_data_file__write for output fileJiri Olsa1-14/+9
2013-12-19perf inject: Handle output file via perf_data_file objectJiri Olsa1-38/+27
2013-12-19perf tools: Get rid of a duplicate va_end() in error reporting routineNamhyung Kim1-1/+0
2013-12-19perf report: Introduce helpers for processing callchainsArnaldo Carvalho de Melo1-40/+32
2013-12-19perf annotate: Make symbol__inc_addr_samples privateArnaldo Carvalho de Melo2-5/+2