aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evsel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo1-1/+1
2019-06-25perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.hArnaldo Carvalho de Melo1-0/+1
2019-06-17perf evsel: Make perf_evsel__name() accept a NULL argumentArnaldo Carvalho de Melo1-1/+7
2019-06-17Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar1-4/+12
2019-06-10perf evsel: Remove superfluous nthreads system_wide setup in alloc_fd()Jiri Olsa1-3/+0
2019-06-10perf record: Add support to collect callchains from kernel or user space onlyyuzhoujian1-0/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251Thomas Gleixner1-2/+1
2019-06-05perf record: Allow mixing --user-regs with --call-graph=dwarfAlexey Budankov1-1/+8
2019-05-16perf tools: Add a 'percore' event qualifierJin Yao1-0/+2
2019-05-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+10
2019-04-16perf evsel: Use hweight64() instead of hweight_long(attr.sample_regs_user)Mao Han1-6/+6
2019-04-01perf evsel: Support printing evsel name for 'duration_time'Andi Kleen1-1/+10
2019-03-28perf evsel: Fix max perf_event_attr.precise_ip detectionJiri Olsa1-13/+59
2019-03-19perf record: Replace option --bpf-event with --no-bpf-eventSong Liu1-1/+1
2019-03-19perf evsel: Free evsel->counts in perf_evsel__exit()Arnaldo Carvalho de Melo1-0/+1
2019-03-19perf stat: Improve scalingAndi Kleen1-1/+1
2019-03-19perf stat: Fix --no-scaleAndi Kleen1-2/+1
2019-03-06perf evsel: Probe for precise_ip with simple attrJiri Olsa1-8/+0
2019-02-20perf evsel: Force sample_type for slave eventsJiri Olsa1-0/+8
2019-01-21perf tools: Handle PERF_RECORD_BPF_EVENTSong Liu1-1/+10
2019-01-21perf tools: Handle PERF_RECORD_KSYMBOLSong Liu1-1/+9
2018-11-12perf tools: Fix crash on synthesizing the unitJiri Olsa1-1/+1
2018-11-06perf tools: Do not zero sample_id_all for group membersJiri Olsa1-1/+0
2018-10-22perf evsel: Mark a evsel as disabled when asking the kernel do disable itArnaldo Carvalho de Melo1-6/+17
2018-10-19perf evsel: Introduce per event max_events propertyArnaldo Carvalho de Melo1-0/+4
2018-10-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo1-0/+3
2018-10-16perf evsel: Store ids for events with their own cpus perf_event__synthesize_event_update_cpusJiri Olsa1-0/+3
2018-09-19tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format_flagsTzvetomir Stoyanov (VMware)1-1/+1
2018-09-19tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_format{_field}Tzvetomir Stoyanov (VMware)1-4/+4
2018-08-30perf evsel: Introduce perf_evsel__store_ids()Jiri Olsa1-0/+29
2018-08-30perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()Hisao Tanabe1-2/+3
2018-08-13tools lib traceevent, perf tools: Rename pevent find APIsTzvetomir Stoyanov (VMware)1-1/+1
2018-07-31perf evlist: Fix error out while applying initial delay and LBRKan Liang1-0/+14
2018-07-24perf stat: Get rid of extra clock display functionJiri Olsa1-0/+11
2018-06-05perf evsel: Add has_callchain() helper to make code more compact/clearArnaldo Carvalho de Melo1-2/+2
2018-05-17perf tools: No need to unconditionally read the max_stack sysctlsArnaldo Carvalho de Melo1-1/+1
2018-04-24perf evsel: Only fall back group read for leaderKan Liang1-1/+2
2018-04-23perf evsel: Disable write_backward for leader sampling group eventsJiri Olsa1-2/+5
2018-04-23perf stat: Keep the / modifier separator in fallbackJiri Olsa1-1/+7
2018-04-18perf record: Remove suggestion to enable APICAndi Kleen1-2/+1
2018-04-18perf record: Remove misleading error suggestionAndi Kleen1-2/+1
2018-03-08perf report: Fix the output for stdio events listJiri Olsa1-4/+16
2018-03-08perf pmu: Display pmu name when printing unmerged events in statAgustin Vega-Frias1-0/+1
2018-03-07perf cgroup: Rename close_cgroup() to cgroup__put()Arnaldo Carvalho de Melo1-1/+1
2018-02-27perf stat: Ignore error thread when enabling system-wide --per-threadJin Yao1-0/+3
2018-02-15perf evsel: Expose the perf_missing_features structArnaldo Carvalho de Melo1-11/+1
2018-02-05perf record: Fix period option handlingJiri Olsa1-3/+8
2018-02-05perf evsel: Fix period/freq terms setupJiri Olsa1-0/+2
2018-01-18perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize_sample()Adrian Hunter1-27/+1
2018-01-18perf evsel: Ensure reserved member of PERF_SAMPLE_CPU is zero in perf_event__synthesize_sample()Adrian Hunter1-0/+1