index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
evsel.c
Age
Commit message (
Expand
)
Author
2019-07-09
perf tools: Use list_del_init() more thorougly
Arnaldo Carvalho de Melo
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
2019-07-08
Merge remote-tracking branch 'tip/perf/core' into perf/urgent
Arnaldo Carvalho de Melo
2019-07-06
perf evsel: Do not rely on errno values for precise_ip fallback
Jiri Olsa
2019-06-25
tools perf: Move from sane_ctype.h obtained from git to the Linux's original
Arnaldo Carvalho de Melo
2019-06-25
perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.h
Arnaldo Carvalho de Melo
2019-06-17
perf evsel: Make perf_evsel__name() accept a NULL argument
Arnaldo Carvalho de Melo
2019-06-17
Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/...
Ingo Molnar
2019-06-10
perf evsel: Remove superfluous nthreads system_wide setup in alloc_fd()
Jiri Olsa
2019-06-10
perf record: Add support to collect callchains from kernel or user space only
yuzhoujian
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251
Thomas Gleixner
2019-06-05
perf record: Allow mixing --user-regs with --call-graph=dwarf
Alexey Budankov
2019-05-16
perf tools: Add a 'percore' event qualifier
Jin Yao
2019-05-06
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-04-16
perf evsel: Use hweight64() instead of hweight_long(attr.sample_regs_user)
Mao Han
2019-04-01
perf evsel: Support printing evsel name for 'duration_time'
Andi Kleen
2019-03-28
perf evsel: Fix max perf_event_attr.precise_ip detection
Jiri Olsa
2019-03-19
perf record: Replace option --bpf-event with --no-bpf-event
Song Liu
2019-03-19
perf evsel: Free evsel->counts in perf_evsel__exit()
Arnaldo Carvalho de Melo
2019-03-19
perf stat: Improve scaling
Andi Kleen
2019-03-19
perf stat: Fix --no-scale
Andi Kleen
2019-03-06
perf evsel: Probe for precise_ip with simple attr
Jiri Olsa
2019-02-20
perf evsel: Force sample_type for slave events
Jiri Olsa
2019-01-21
perf tools: Handle PERF_RECORD_BPF_EVENT
Song Liu
2019-01-21
perf tools: Handle PERF_RECORD_KSYMBOL
Song Liu
2018-11-12
perf tools: Fix crash on synthesizing the unit
Jiri Olsa
2018-11-06
perf tools: Do not zero sample_id_all for group members
Jiri Olsa
2018-10-22
perf evsel: Mark a evsel as disabled when asking the kernel do disable it
Arnaldo Carvalho de Melo
2018-10-19
perf evsel: Introduce per event max_events property
Arnaldo Carvalho de Melo
2018-10-18
Merge remote-tracking branch 'tip/perf/urgent' into perf/core
Arnaldo Carvalho de Melo
2018-10-16
perf evsel: Store ids for events with their own cpus perf_event__synthesize_e...
Jiri Olsa
2018-09-19
tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format...
Tzvetomir Stoyanov (VMware)
2018-09-19
tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_...
Tzvetomir Stoyanov (VMware)
2018-08-30
perf evsel: Introduce perf_evsel__store_ids()
Jiri Olsa
2018-08-30
perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()
Hisao Tanabe
2018-08-13
tools lib traceevent, perf tools: Rename pevent find APIs
Tzvetomir Stoyanov (VMware)
2018-07-31
perf evlist: Fix error out while applying initial delay and LBR
Kan Liang
2018-07-24
perf stat: Get rid of extra clock display function
Jiri Olsa
2018-06-05
perf evsel: Add has_callchain() helper to make code more compact/clear
Arnaldo Carvalho de Melo
2018-05-17
perf tools: No need to unconditionally read the max_stack sysctls
Arnaldo Carvalho de Melo
2018-04-24
perf evsel: Only fall back group read for leader
Kan Liang
2018-04-23
perf evsel: Disable write_backward for leader sampling group events
Jiri Olsa
2018-04-23
perf stat: Keep the / modifier separator in fallback
Jiri Olsa
2018-04-18
perf record: Remove suggestion to enable APIC
Andi Kleen
2018-04-18
perf record: Remove misleading error suggestion
Andi Kleen
2018-03-08
perf report: Fix the output for stdio events list
Jiri Olsa
2018-03-08
perf pmu: Display pmu name when printing unmerged events in stat
Agustin Vega-Frias
2018-03-07
perf cgroup: Rename close_cgroup() to cgroup__put()
Arnaldo Carvalho de Melo
2018-02-27
perf stat: Ignore error thread when enabling system-wide --per-thread
Jin Yao
2018-02-15
perf evsel: Expose the perf_missing_features struct
Arnaldo Carvalho de Melo
[next]