summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf evsel: Don't set sample_regs_intr/sample_regs_user for dummy eventJin Yao2020-08-041-2/+4
* perf record: Introduce --control fd:ctl-fd[,ack-fd] optionsAlexey Budankov2020-08-043-0/+78
* perf record: Implement control commands handlingAlexey Budankov2020-08-041-0/+16
* perf record: Extend -D,--delay option with -1 valueAlexey Budankov2020-08-044-8/+13
* perf stat: Introduce --control fd:ctl-fd[,ack-fd] optionsAlexey Budankov2020-08-043-1/+80
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-08-033-6/+11
|\
| * perf tools: Fix record failure when mixed with ARM SPE eventWei Li2020-07-311-4/+4
| * perf tests: Fix test 68 zstd compression for s390Thomas Richter2020-07-311-1/+2
| * s390/cpum_cf,perf: change DFLT_CCERROR counter nameThomas Richter2020-07-211-1/+1
| * perf tools: Sync hashmap.h with libbpf'sArnaldo Carvalho de Melo2020-07-171-4/+8
* | perf bench: Add benchmark of find_next_bitIan Rogers2020-07-314-0/+138
* | perf metric: Rename group_list to metric_listJiri Olsa2020-07-301-21/+21
* | perf metric: Rename struct egroup to metricJiri Olsa2020-07-301-75/+75
* | perf metric: Add metric group testJiri Olsa2020-07-301-2/+46
* | perf metric: Make compute_single function more preciseJiri Olsa2020-07-301-9/+13
* | perf metric: Add recursion check when processing nested metricsJiri Olsa2020-07-304-15/+152
* | perf metric: Add DCache_L2 to metric parse testJiri Olsa2020-07-301-0/+71
* | perf metric: Add cache_miss_cycles to metric parse testJiri Olsa2020-07-301-0/+33
* | perf metric: Add events for the current listJiri Olsa2020-07-301-3/+6
* | perf metric: Compute referenced metricsJiri Olsa2020-07-303-2/+36
* | perf metric: Add referenced metrics to hash dataJiri Olsa2020-07-303-7/+80
* | perf metric: Collect referenced metrics in struct metric_exprJiri Olsa2020-07-302-0/+38
* | perf metric: Collect referenced metrics in struct metric_ref_nodeJiri Olsa2020-07-301-16/+172
* | perf metric: Rename __metricgroup__add_metric to __add_metricJiri Olsa2020-07-301-11/+6
* | perf metric: Add add_metric functionJiri Olsa2020-07-301-26/+36
* | perf metric: Add macros for iterating map eventsJiri Olsa2020-07-301-37/+40
* | perf metric: Add expr__del_id functionJiri Olsa2020-07-302-8/+14
* | perf metric: Change expr__get_id to return struct expr_id_dataJiri Olsa2020-07-303-13/+14
* | perf metric: Add expr__add_id functionJiri Olsa2020-07-303-7/+27
* | perf metric: Fix memory leak in expr__add_id functionJiri Olsa2020-07-301-0/+2
* | perf test: Ensure sample_period is set libpfm4 eventsIan Rogers2020-07-302-0/+10
* | perf tools: Fix term parsing for raw syntaxJiri Olsa2020-07-304-9/+77
* | perf tools: Allow r0x<HEX> event syntaxJiri Olsa2020-07-303-0/+7
* | perf tools: No need to cache the PMUs in ARM SPE auxtrace init routineWei Li2020-07-291-5/+4
* | perf tools: Fix record failure when mixed with ARM SPE eventWei Li2020-07-291-4/+4
* | perf bench: Add basic syscall benchmarkDavidlohr Bueso2020-07-285-0/+102
* | perf stat: Implement control commands handlingAlexey Budankov2020-07-221-18/+65
* | perf stat: extend -D,--delay option with -1 valueAlexey Budankov2020-07-224-7/+21
* | perf stat: Factor out event handling loop into dispatch_events()Alexey Budankov2020-07-221-12/+24
* | perf stat: Factor out body of event handling loop for fork caseAlexey Budankov2020-07-221-4/+1
* | perf stat: Move target check to loop control statementAlexey Budankov2020-07-221-3/+1
* | perf stat: Factor out body of event handling loop for system wideAlexey Budankov2020-07-221-6/+11
* | perf evlist: Implement control command handling functionsAlexey Budankov2020-07-222-0/+158
* | perf evlist: Introduce control file descriptorsAlexey Budankov2020-07-222-0/+8
* | libperf: Add flags to fdarray fds objectsAlexey Budankov2020-07-212-2/+2
* | libperf: Avoid internal moving of fdarray fdsAlexey Budankov2020-07-211-18/+2
* | perf metric: Add 'struct expr_id_data' to keep expr valueJiri Olsa2020-07-174-13/+18
* | perf metric: Rename expr__add_id() to expr__add_val()Jiri Olsa2020-07-176-9/+9
* | perf probe: Warn if the target function is a GNU indirect functionMasami Hiramatsu2020-07-171-2/+6
* | perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu2020-07-171-1/+1