aboutsummaryrefslogtreecommitdiffstats
path: root/CREDITS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-03perf tools: Query terminal width and use in perf listAndi Kleen3-1/+19
2016-10-03perf pmu: Support alias descriptionsAndi Kleen2-16/+68
2016-10-03perf jevents: Handle header line in mapfileAndi Kleen1-2/+7
2016-10-03perf tools: Support CPU id matching for x86 v2Andi Kleen1-3/+21
2016-10-03perf powerpc: Support CPU ID matching for PowerpcSukadev Bhattiprolu1-0/+11
2016-10-03perf pmu: Use pmu_events table to create aliasesSukadev Bhattiprolu2-0/+61
2016-10-03perf jevents: Program to convert JSON fileAndi Kleen6-4/+869
2016-10-03perf tools: Add jsmn `jasmine' JSON parserAndi Kleen4-0/+574
2016-10-03tools build: Make fixdep a hostprogJiri Olsa3-5/+3
2016-10-03tools build: Add support for host programs formatJiri Olsa3-4/+26
2016-10-03perf tools: Experiment with cppcheckArnaldo Carvalho de Melo5-20/+13
2016-10-03perf probe: Check if *ptr2 is zero and not ptr2Colin Ian King1-1/+1
2016-09-29perf tests: Add dwarf unwind test for powerpcRavi Bangoria9-2/+193
2016-09-29perf probe: Match linkage name with mangled nameMasami Hiramatsu2-2/+29
2016-09-29perf probe: Fix to cut off incompatible chars from group nameMasami Hiramatsu1-3/+7
2016-09-29perf probe: Skip if the function address is 0Masami Hiramatsu1-1/+11
2016-09-29perf probe: Ignore the error of finding inline instanceMasami Hiramatsu1-2/+3
2016-09-29perf intel-pt: Fix decoding when there are address filtersAdrian Hunter1-0/+82
2016-09-29perf intel-pt: Enable decoder to handle TIP.PGD with missing IPAdrian Hunter2-0/+31
2016-09-29perf intel-pt: Read address filter from AUXTRACE_INFO eventAdrian Hunter1-0/+51
2016-09-29perf intel-pt: Record address filter in AUXTRACE_INFO eventAdrian Hunter2-6/+48
2016-09-29perf intel-pt: Add a helper function for processing AUXTRACE_INFOAdrian Hunter1-4/+8
2016-09-29perf intel-pt: Fix missing error codes processing auxtrace_infoAdrian Hunter1-0/+2
2016-09-29perf intel-pt: Add support for recording the max non-turbo ratioAdrian Hunter3-1/+20
2016-09-29perf intel-pt: Fix snapshot overlap detection decoder errorsAdrian Hunter1-4/+11
2016-09-29perf probe: Increase debug level of SDT debug messagesAdrian Hunter2-3/+3
2016-09-29perf record: Add support for using symbols in address filtersAdrian Hunter4-3/+857
2016-09-29perf symbols: Add dso__last_symbol()Adrian Hunter2-0/+16
2016-09-29perf record: Fix error pathsAdrian Hunter1-4/+4
2016-09-29perf record: Rename label 'out_symbol_exit'Adrian Hunter1-5/+5
2016-09-29perf script: Fix vanished idle symbolsAdrian Hunter1-5/+2
2016-09-29perf evsel: Add support for address filtersMathieu Poirier3-5/+41
2016-09-29perf evsel: New tracepoint specific functionMathieu Poirier4-10/+13
2016-09-29perf tools: Make perf_evsel__append_filter() genericMathieu Poirier4-7/+12
2016-09-29perf tools: Update documentation info about quipperSimon Que1-1/+5
2016-09-28perf trace: Beautify sched_[gs]et_attr return valueArnaldo Carvalho de Melo1-0/+2
2016-09-28perf data: Fix building in 32 bit platform with libbabeltraceWang Nan1-1/+1
2016-09-28perf tools: Fix MMAP event synthesis broken by MAP_HUGETLB changeAdrian Hunter1-1/+2
2016-09-27perf record: Fix documentation 'event_sources' -> 'event_source'Adrian Hunter1-3/+3
2016-09-22perf hists: Make hists__fprintf_headers function globalJiri Olsa2-1/+2
2016-09-22perf hists: Make __hist_entry__snprintf function globalJiri Olsa2-2/+4
2016-09-22perf tools: Make several display functions globalJiri Olsa3-2/+4
2016-09-22perf tools: Make several sorting functions globalJiri Olsa2-3/+9
2016-09-22perf tools: Make output_field_add and sort_dimension__add globalJiri Olsa2-4/+8
2016-09-22perf tools: Make reset_dimensions globalJiri Olsa2-1/+2
2016-09-22perf hists: Add __hist_entry__snprintf functionJiri Olsa1-2/+8
2016-09-22perf tools: Add sink configuration for cs_etm PMUMathieu Poirier3-0/+63
2016-09-22perf tools: Add PMU configuration to toolsMathieu Poirier3-0/+32
2016-09-22perf pmu: Push configuration down to PMU driverMathieu Poirier4-0/+106
2016-09-22perf tools: Add coresight etm PMU record capabilitiesMathieu Poirier9-2/+720