summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Add event_update event name typeJiri Olsa2015-12-174-0/+50
* perf tools: Add event_update event scale typeJiri Olsa2015-12-174-0/+55
* perf tools: Add event_update event unit typeJiri Olsa2015-12-177-0/+99
* perf tools: Add event_update user level eventJiri Olsa2015-12-176-0/+56
* perf tools: Add stat events fprintf functionsJiri Olsa2015-12-172-0/+43
* perf tools: Add stat round event synthesize functionJiri Olsa2015-12-175-0/+47
* perf tools: Add stat round user level eventJiri Olsa2015-12-174-1/+37
* perf tools: Add stat event read functionJiri Olsa2015-12-172-0/+29
* perf tools: Add stat event synthesize functionJiri Olsa2015-12-175-6/+69
* perf tools: Add stat user level eventJiri Olsa2015-12-174-1/+47
* perf tools: Add stat config event read functionJiri Olsa2015-12-173-0/+32
* perf tools: Add stat config event synthesize functionJiri Olsa2015-12-176-0/+104
* perf tools: Add stat config user level eventJiri Olsa2015-12-174-1/+47
* perf cpu_map: Add perf_event__fprintf_cpu_map functionJiri Olsa2015-12-172-0/+17
* perf cpu_map: Add cpu_map__new_event functionJiri Olsa2015-12-173-4/+64
* perf cpu_map: Add cpu_map event synthesize functionJiri Olsa2015-12-176-0/+216
* perf cpu_map: Add cpu_map user level eventJiri Olsa2015-12-174-1/+81
* perf thread_map: Add perf_event__fprintf_thread_map functionJiri Olsa2015-12-172-0/+17
* perf thread_map: Add thread_map__new_event functionJiri Olsa2015-12-173-0/+44
* perf thread_map: Add thread_map event sythesize functionJiri Olsa2015-12-175-0/+74
* perf thread_map: Add thread_map user level eventJiri Olsa2015-12-174-1/+42
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-1764-2378/+71
* perf tools: Finalize subcmd independenceJosh Poimboeuf2015-12-1711-62/+237
* perf tools: Remove 'perf' from subcmd function and variable namesJosh Poimboeuf2015-12-169-32/+32
* perf tools: Remove subcmd dependencies on strbufJosh Poimboeuf2015-12-164-41/+66
* perf tools: Provide subcmd configuration at runtimeJosh Poimboeuf2015-12-1611-12/+67
* perf tools: Document the fact that parse_options*() may exitJosh Poimboeuf2015-12-161-0/+3
* perf tools: Move strlcpy() from perf to tools/lib/string.cJosh Poimboeuf2015-12-162-23/+2
* perf record: Add record.build-id config optionNamhyung Kim2015-12-152-1/+26
* perf record: Support custom vmlinux pathHe Kuang2015-12-142-2/+24
* perf tools: Make options always available, even if required libs not linkedWang Nan2015-12-144-13/+134
* perf tools: Convert parse-options.c internal functions to staticJosh Poimboeuf2015-12-142-18/+9
* perf tools: Move help_unknown_cmd() to its own fileJosh Poimboeuf2015-12-145-104/+110
* perf tools: Remove check for unused PERF_PAGER_IN_USEJosh Poimboeuf2015-12-141-7/+1
* perf tools: Create pager.hJosh Poimboeuf2015-12-142-4/+8
* perf build: Rename LIB_PATH -> API_PATHJosh Poimboeuf2015-12-141-4/+4
* perf build: Fix 'make clean'Josh Poimboeuf2015-12-141-3/+4
* perf test: Remove tarpkg at end of testJosh Poimboeuf2015-12-141-1/+2
* perf test: Add Build file to dependencies for llvm-src-*.cJosh Poimboeuf2015-12-141-3/+3
* perf test: Fix hist testcases when kptr_restrict is onNamhyung Kim2015-12-141-3/+2
* perf evsel: Disable branch flags/cycles for --callgraph lbrAndi Kleen2015-12-141-1/+13
* perf thread: Fix reference count initial stateArnaldo Carvalho de Melo2015-12-143-11/+22
* perf test: Dump the stack when test segfaults when in verbose modeArnaldo Carvalho de Melo2015-12-141-0/+3
* perf tools: Use same signal handling strategy as 'record'Arnaldo Carvalho de Melo2015-12-141-1/+2
* perf tools: Clear struct machine during machine__init()Wang Nan2015-12-111-0/+1
* perf script: Add support for PERF_TYPE_BREAKPOINTWang Nan2015-12-111-0/+14
* perf data: Add u32_hex data typeWang Nan2015-12-111-0/+2
* perf top: Cleanup condition in perf_top__record_precise_ip()Namhyung Kim2015-12-111-5/+4
* perf top: Fix annotation on --stdioNamhyung Kim2015-12-111-2/+1
* perf top: Access hists->lock only if neededNamhyung Kim2015-12-111-13/+15