summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf stat report: Allow to override aggr_modeJiri Olsa2015-12-172-0/+27
* perf stat report: Process event update eventsJiri Olsa2015-12-171-0/+1
* perf stat report: Process stat and stat round eventsJiri Olsa2015-12-171-0/+28
* perf stat report: Move csv_sep initialization before report commandJiri Olsa2015-12-171-7/+7
* perf stat report: Add support to initialize aggr_map from fileJiri Olsa2015-12-171-0/+103
* perf stat report: Process stat config eventJiri Olsa2015-12-171-0/+10
* perf stat report: Process cpu/threads mapsJiri Olsa2015-12-171-2/+64
* perf stat report: Add report commandJiri Olsa2015-12-172-4/+69
* perf stat record: Synthesize event update eventsJiri Olsa2015-12-171-0/+59
* perf stat record: Do not allow record with multiple runs modeJiri Olsa2015-12-171-0/+5
* perf stat record: Write stat round events on recordJiri Olsa2015-12-171-0/+20
* perf stat record: Write stat events on recordJiri Olsa2015-12-171-0/+19
* perf stat record: Add pipe support for record commandJiri Olsa2015-12-171-11/+28
* perf stat record: Store events IDs in perf data fileJiri Olsa2015-12-171-0/+35
* perf evlist: Export id_add_fd()Jiri Olsa2015-12-172-3/+6
* perf stat record: Synthesize stat record dataJiri Olsa2015-12-171-13/+43
* perf stat record: Initialize record featuresJiri Olsa2015-12-172-0/+18
* perf stat record: Add record commandJiri Olsa2015-12-172-4/+128
* perf tools: Introduce stat perf.data header featureJiri Olsa2015-12-173-0/+17
* perf report: Display newly added events in raw dumpJiri Olsa2015-12-171-0/+19
* perf tools: Add perf_event__fprintf_event_update functionJiri Olsa2015-12-172-0/+39
* perf tools: Add event_update event cpus typeJiri Olsa2015-12-174-0/+79
* 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/+71Star
* perf tools: Finalize subcmd independenceJosh Poimboeuf2015-12-1711-62/+237
* perf tools: Remove 'perf' from subcmd function and variable namesJosh Poimboeuf2015-12-179-32/+32
* perf tools: Remove subcmd dependencies on strbufJosh Poimboeuf2015-12-174-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/+2Star